diff --git a/lib/internal/bootstrap/switches/is_embedded_env.js b/lib/internal/bootstrap/switches/is_embedded_env.js index 491fff0dcb2192c..f3816128d15e9ec 100644 --- a/lib/internal/bootstrap/switches/is_embedded_env.js +++ b/lib/internal/bootstrap/switches/is_embedded_env.js @@ -6,7 +6,7 @@ // Set up globalThis.require and globalThis.import so that they can // be easily accessed from C/C++ -/* global path, primordials */ +/* global path, primordials, process, GetLinkedBinding, GetInternalBinding */ const { globalThis, ObjectCreate } = primordials; const CJSLoader = require('internal/modules/cjs/loader');