Home
last modified time | relevance | path

Searched refs:allowGlobals (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/es-module/
Dtest-esm-loader-side-effect.mjs2 import { allowGlobals, mustCall } from '../common/index.mjs';
9 allowGlobals(implicitGlobalProperty);
13 allowGlobals(implicitGlobalConst);
17 allowGlobals(explicitGlobalProperty);
21 allowGlobals(preloadOrder);
/third_party/node/test/embedding/
Dtest-embedding.js8 common.allowGlobals(global.require);
9 common.allowGlobals(global.embedVars);
/third_party/node/test/common/
Dindex.mjs28 allowGlobals,
75 allowGlobals,
Dindex.js282 function allowGlobals(...allowlist) { function
289 allowGlobals(...knownFromEnv);
739 allowGlobals, property
DREADME.md43 ### `allowGlobals(...allowlist)`
/third_party/node/test/parallel/
Dtest-timer-immediate.js4 common.allowGlobals(global.process);
Dtest-domain-crypto.js32 common.allowGlobals(require('domain'));
Dtest-global.js57 common.allowGlobals('bar', 'foo');
Dtest-vm-static-this.js60 common.allowGlobals(
Dtest-repl-autolibs.js66 common.allowGlobals(val);
Dtest-repl-reset-event.js29 common.allowGlobals(42);
Dtest-vm-new-script-this-context.js62 common.allowGlobals(
Dtest-vm-run-in-new-context.js95 common.allowGlobals(
Dtest-repl-reverse-search.js14 common.allowGlobals('aaaa');
Dtest-fs-write.js42 common.allowGlobals(externalizeString, isOneByteString, global.x);
Dtest-repl.js839 common.allowGlobals(...Object.values(global));