Home
last modified time | relevance | path

Searched refs:allowGlobals (Results 1 – 17 of 17) 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);
Dtest-esm-loader-resolve-type.mjs2 import { allowGlobals } from '../common/index.mjs';
7 allowGlobals(global.getModuleTypeStats);
/third_party/node/test/embedding/
Dtest-embedding.js8 common.allowGlobals(global.require);
9 common.allowGlobals(global.embedVars);
/third_party/node/test/common/
Dindex.mjs29 allowGlobals,
81 allowGlobals,
Dindex.js354 function allowGlobals(...allowlist) { function
361 allowGlobals(...knownFromEnv);
887 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.js64 common.allowGlobals('bar', 'foo');
Dtest-repl-autolibs.js66 common.allowGlobals(val);
Dtest-vm-static-this.js60 common.allowGlobals(
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.js43 common.allowGlobals(externalizeString, isOneByteString, global.x);
Dtest-repl.js843 common.allowGlobals(global.invoke_me, global.message, global.a, global.blah,