/third_party/node/test/parallel/ |
D | test-trace-exit.js | 33 for (const { execArgv, variant, warnings } of [ property 34 { execArgv: ['--trace-exit'], variant: 'main-thread-exit', warnings: 1 }, property 35 { execArgv: [], variant: 'main-thread-exit', warnings: 0 }, property 36 { execArgv: ['--trace-exit'], variant: 'main-thread', warnings: 0 }, property 37 { execArgv: [], variant: 'main-thread', warnings: 0 }, property 38 { execArgv: ['--trace-exit'], variant: 'worker-thread-exit', warnings: 1 }, property 39 { execArgv: [], variant: 'worker-thread-exit', warnings: 0 }, property 40 { execArgv: ['--trace-exit'], variant: 'worker-thread', warnings: 0 }, property 41 { execArgv: [], variant: 'worker-thread', warnings: 0 }, property
|
D | test-sync-io-option.js | 23 for (const { execArgv, variant, warnings } of [ property 24 { execArgv: ['--trace-sync-io'], variant: 'late-sync-io', warnings: 1 }, property 25 { execArgv: [], variant: 'late-sync-io', warnings: 0 }, property 26 { execArgv: ['--trace-sync-io'], variant: 'early-sync-io', warnings: 0 }, property 27 { execArgv: [], variant: 'early-sync-io', warnings: 0 }, property
|
D | test-worker-execargv-invalid.js | 14 new Worker(__filename, { execArgv: 'hello' }); property 17 new Worker(__filename, { execArgv: 6 }); property 27 new Worker(__filename, { execArgv: ['--foo'] }); property 30 new Worker(__filename, { execArgv: ['--title=blah'] }); property 33 new Worker(__filename, { execArgv: ['--redirect-warnings'] }); property
|
D | test-pending-deprecation.js | 42 execArgv: ['--pending-deprecation', '--expose-internals'], property 50 execArgv: ['--pending_deprecation', '--expose-internals'], property 59 execArgv: ['--expose-internals'], property
|
D | test-cluster-setup-master-cumulative.js | 36 execArgv: process.execArgv, property 49 cluster.setupMaster({ execArgv: ['baz', 'bang'] }); property 59 execArgv: ['baz', 'bang'], property
|
D | test-worker-execargv.js | 15 const w = new Worker(__filename, { execArgv: ['--trace-warnings'] }); property 25 { eval: true, execArgv: ['--trace-warnings'] }) property
|
D | test-process-exec-argv.js | 36 const execArgv = ['--pending-deprecation']; variable 45 execArgv: [...execArgv, ...extra], property
|
D | test-worker-stdio-from-preload-module.js | 13 execArgv: ['--require', fixtures.path('printA.js')], property
|
D | test-no-addons-resolution-condition.js | 15 const worker = new Worker(__filename, { execArgv }); field
|
D | test-process-redirect-warnings.js | 21 fork(warnmod, { execArgv: [`--redirect-warnings=${warnpath}`] }) property
|
D | test-child-process-fork-exec-argv.js | 36 const execArgv = ['--stack-size=256']; variable
|
D | test-trace-events-bootstrap.js | 26 execArgv: [ property
|
D | test-trace-events-promises.js | 23 execArgv: [ property
|
D | test-trace-events-environment.js | 38 execArgv: [ property
|
D | test-trace-events-vm.js | 24 execArgv: [ property
|
D | test-internal-module-require.js | 105 execArgv: [] property
|
/third_party/node/test/sequential/ |
D | test-inspector-port-cluster.js | 22 execArgv: ['--inspect'], property 27 execArgv: ['--inspect=65534'], property 39 execArgv: [`--inspect=${port}`], property 50 execArgv: ['--inspect', `--inspect-port=${port}`], property 57 execArgv: ['--inspect', `--debug-port=${port}`], property 64 execArgv: [`--inspect=0.0.0.0:${port}`], property 71 execArgv: [`--inspect=127.0.0.1:${port}`], property 79 execArgv: [`--inspect=[::]:${port}`], property 86 execArgv: [`--inspect=[::1]:${port}`], property 97 execArgv: [`--inspect=${port}`], property [all …]
|
D | test-cluster-inspect-brk.js | 13 function test(execArgv) { argument 16 execArgv: execArgv, property
|
D | test-resolution-inspect-brk.js | 12 function test(execArgv) { argument
|
/third_party/node/test/addons/no-addons/ |
D | test-worker.js | 45 execArgv: ['--no-addons'], property 55 execArgv: [], property
|
/third_party/node/test/es-module/ |
D | test-esm-no-addons.mjs | 11 new Worker(fileURLToPath(import.meta.url), { execArgv }); field
|
/third_party/node/test/fixtures/workload/ |
D | fibonacci-worker-argv.js | 6 execArgv: [ property
|
D | allocation-worker-argv.js | 6 execArgv: [ property
|
D | grow-worker.js | 7 execArgv: [ property
|
/third_party/node/deps/npm/node_modules/worker-farm/lib/ |
D | fork.js | 13 execArgv : filteredArgs property
|