/third_party/node/test/message/ |
H A D | eval_messages.js | 32 const child = spawn(process.execPath, args);
|
H A D | stdin_messages.js | 32 const child = spawn(process.execPath, args);
|
/third_party/node/test/parallel/ |
H A D | test-child-process-stdio-inherit.js | 33 const child = spawn(process.execPath, [__filename, 'parent']);
|
H A D | test-cli-options-negation.js | 30 return spawnSync(process.execPath, [...flags, '-e', 'new Buffer(0)']);
|
H A D | test-repl-import-referrer.js | 9 const child = cp.spawn(process.execPath, args, opts);
|
H A D | test-tls-cipher-list.js | 17 spawn(process.execPath, arg, {})
|
H A D | test-tracing-no-crash.js | 11 const child = spawn(process.execPath, [
|
H A D | test-unhandled-exception-rethrow-error.js | 18 const result = spawnSync(process.execPath, [__filename, 'child']);
|
H A D | test-async-hooks-fatal-error.js | 44 process.execPath,
|
H A D | test-child-process-stdio-overlapped.js | 34 const exePath = path.join(path.dirname(process.execPath), exe);
|
H A D | test-cli-node-print-help.js | 15 exec(`${process.execPath} --help`, common.mustSucceed((stdout, stderr) => {
|
H A D | test-inspector-async-call-stack-abort.js | 32 process.execPath, ['--expose-internals', __filename, 'child'], options);
|
H A D | test-process-exit-code.js | 44 const node = process.execPath;
|
H A D | test-process-raw-debug.js | 39 const child = spawn(process.execPath, [__filename, 'child']);
|
/third_party/node/test/pseudo-tty/ |
H A D | test-trace-sigint-disabled.js | 13 process.execPath,
|
H A D | test-trace-sigint-on-idle.js | 12 process.execPath,
|
/third_party/node/test/sequential/ |
H A D | test-next-tick-error-spin.js | 28 const child = spawn(process.execPath, [__filename, 'child'], {
|
/third_party/node/test/v8-updates/ |
H A D | test-trace-gc-flag.js | 13 const childProcess = spawnSync(process.execPath, [
|
/third_party/node/test/wasi/ |
H A D | test-wasi-not-started.js | 30 const child = cp.spawnSync(process.execPath, [
|
/third_party/node/benchmark/process/ |
H A D | coverage.js | 18 const result = spawnSync(process.execPath, [
|
/third_party/node/lib/internal/main/ |
H A D | single_executable_application.js | 27 const filename = process.execPath;
|
/third_party/node/test/internet/ |
H A D | test-inspector-help-page.js | 12 const child = spawnSync(process.execPath, ['--inspect', '-e', '""']);
|
H A D | test-trace-events-dns.js | 44 const proc = cp.spawnSync(process.execPath,
|
/third_party/node/test/js-native-api/test_general/ |
H A D | testEnvCleanup.js | 41 const child = spawnSync(process.execPath, [__filename, 'child'], {
|
/third_party/node/test/node-api/test_instance_data/ |
H A D | test.js | 47 const child = spawnSync(process.execPath, ['-e', `require('${path}');`]);
|