summaryrefslogtreecommitdiff
path: root/lib/internal/http2/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/http2/core.js')
-rw-r--r--lib/internal/http2/core.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/internal/http2/core.js b/lib/internal/http2/core.js
index 3c4e6b5594..51385156d1 100644
--- a/lib/internal/http2/core.js
+++ b/lib/internal/http2/core.js
@@ -2,6 +2,8 @@
/* eslint-disable no-use-before-define */
+const { Math, Reflect } = primordials;
+
const {
assertCrypto,
customInspectSymbol: kInspect,