Home
last modified time | relevance | path

Searched refs:execPath (Results 51 - 75 of 142) sorted by relevance

123456

/third_party/node/test/message/
H A Deval_messages.js32 const child = spawn(process.execPath, args);
H A Dstdin_messages.js32 const child = spawn(process.execPath, args);
/third_party/node/test/parallel/
H A Dtest-child-process-stdio-inherit.js33 const child = spawn(process.execPath, [__filename, 'parent']);
H A Dtest-cli-options-negation.js30 return spawnSync(process.execPath, [...flags, '-e', 'new Buffer(0)']);
H A Dtest-repl-import-referrer.js9 const child = cp.spawn(process.execPath, args, opts);
H A Dtest-tls-cipher-list.js17 spawn(process.execPath, arg, {})
H A Dtest-tracing-no-crash.js11 const child = spawn(process.execPath, [
H A Dtest-unhandled-exception-rethrow-error.js18 const result = spawnSync(process.execPath, [__filename, 'child']);
H A Dtest-async-hooks-fatal-error.js44 process.execPath,
H A Dtest-child-process-stdio-overlapped.js34 const exePath = path.join(path.dirname(process.execPath), exe);
H A Dtest-cli-node-print-help.js15 exec(`${process.execPath} --help`, common.mustSucceed((stdout, stderr) => {
H A Dtest-inspector-async-call-stack-abort.js32 process.execPath, ['--expose-internals', __filename, 'child'], options);
H A Dtest-process-exit-code.js44 const node = process.execPath;
H A Dtest-process-raw-debug.js39 const child = spawn(process.execPath, [__filename, 'child']);
/third_party/node/test/pseudo-tty/
H A Dtest-trace-sigint-disabled.js13 process.execPath,
H A Dtest-trace-sigint-on-idle.js12 process.execPath,
/third_party/node/test/sequential/
H A Dtest-next-tick-error-spin.js28 const child = spawn(process.execPath, [__filename, 'child'], {
/third_party/node/test/v8-updates/
H A Dtest-trace-gc-flag.js13 const childProcess = spawnSync(process.execPath, [
/third_party/node/test/wasi/
H A Dtest-wasi-not-started.js30 const child = cp.spawnSync(process.execPath, [
/third_party/node/benchmark/process/
H A Dcoverage.js18 const result = spawnSync(process.execPath, [
/third_party/node/lib/internal/main/
H A Dsingle_executable_application.js27 const filename = process.execPath;
/third_party/node/test/internet/
H A Dtest-inspector-help-page.js12 const child = spawnSync(process.execPath, ['--inspect', '-e', '""']);
H A Dtest-trace-events-dns.js44 const proc = cp.spawnSync(process.execPath,
/third_party/node/test/js-native-api/test_general/
H A DtestEnvCleanup.js41 const child = spawnSync(process.execPath, [__filename, 'child'], {
/third_party/node/test/node-api/test_instance_data/
H A Dtest.js47 const child = spawnSync(process.execPath, ['-e', `require('${path}');`]);

Completed in 6 milliseconds

123456