8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f4a1f commit 8d3eb47Copy full SHA for 8d3eb47
lib/internal/bootstrap/node.js
@@ -34,9 +34,10 @@
34
// This file is compiled as if it's wrapped in a function with arguments
35
// passed by node::RunBootstrapping()
36
/* global process, loaderExports, isMainThread, ownsProcessState */
37
+/* global primordials */
38
39
const { internalBinding, NativeModule } = loaderExports;
-
40
+const { Object, Symbol } = primordials;
41
const { getOptionValue } = NativeModule.require('internal/options');
42
const config = internalBinding('config');
43
0 commit comments