From c6b924d586661c6fe86d7b64a503e2e41aa735ee Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Wed, 31 Aug 2022 16:25:54 +0000 Subject: [PATCH] catch up with main --- lib/internal/bootstrap/switches/is_embedded_env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/bootstrap/switches/is_embedded_env.js b/lib/internal/bootstrap/switches/is_embedded_env.js index 491fff0dcb2192..f3816128d15e9e 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');