summaryrefslogtreecommitdiff
path: root/extensions/timers/02_performance.js
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-07-03 21:32:28 +0200
committerGitHub <noreply@github.com>2021-07-03 21:32:28 +0200
commitbf39b883d6b585a08abb4d272d9edc874545271a (patch)
treee1dfdd9a269226a40c946d151d209cdb30b8b15a /extensions/timers/02_performance.js
parent425b9a8228b62b68e3592771eda1538c9bc098d5 (diff)
refactor: introduce primordials for ext/web (#11228)
Diffstat (limited to 'extensions/timers/02_performance.js')
-rw-r--r--extensions/timers/02_performance.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/timers/02_performance.js b/extensions/timers/02_performance.js
index bca98fdbd..baa1676a2 100644
--- a/extensions/timers/02_performance.js
+++ b/extensions/timers/02_performance.js
@@ -4,6 +4,8 @@
((window) => {
const { webidl, structuredClone } = window.__bootstrap;
const { opNow } = window.__bootstrap.timers;
+ const { DOMException } = window.__bootstrap.domException;
+
const illegalConstructorKey = Symbol("illegalConstructorKey");
const customInspect = Symbol.for("Deno.customInspect");
let performanceEntries = [];