Skip to content

Commit 8d3eb47

Browse files
joyeecheungaddaleax
authored andcommitted
process: use primordials in bootstrap/node.js
PR-URL: #26033 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent d5f4a1f commit 8d3eb47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/bootstrap/node.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
// This file is compiled as if it's wrapped in a function with arguments
3535
// passed by node::RunBootstrapping()
3636
/* global process, loaderExports, isMainThread, ownsProcessState */
37+
/* global primordials */
3738

3839
const { internalBinding, NativeModule } = loaderExports;
39-
40+
const { Object, Symbol } = primordials;
4041
const { getOptionValue } = NativeModule.require('internal/options');
4142
const config = internalBinding('config');
4243

0 commit comments

Comments
 (0)