Searched refs:knownGlobals (Results 1 – 3 of 3) sorted by relevance
258 let knownGlobals = [ variable276 knownGlobals.push(global.AbortController);279 knownGlobals.push(global.gc);283 knownGlobals = knownGlobals.concat(allowlist);296 if (!knownGlobals.includes(global[val])) {
48 Takes `allowlist` and concats that with predefined `knownGlobals`.
3606 …ithub.com/nodejs/node/commit/5ffce3ef06)] - **test**: remove untested knownGlobals (Ruben Bridgewa…