Home
last modified time | relevance | path

Searched refs:execPath (Results 76 - 100 of 139) sorted by relevance

123456

/third_party/node/test/parallel/
H A Dtest-repl-syntax-error-handling.js37 const child = spawn(process.execPath, [__filename, 'child']);
H A Dtest-util-callbackify.js219 process.execPath,
236 process.execPath,
H A Dtest-child-process-send-returns-boolean.js29 const s = spawn(process.execPath, [subScript], spawnOptions);
H A Dtest-child-process-spawnsync-kill-signal.js21 const child = cp.spawnSync(process.execPath,
H A Dtest-child-process-stdio-big-write-end.js43 const child = spawn(process.execPath, [__filename, 'child']);
H A Dtest-child-process-windows-hide.js7 const cmd = process.execPath;
H A Dtest-domain-nested-throw.js34 const node = process.execPath;
H A Dtest-http-pipeline-flood.js54 const child = spawn(process.execPath, args, { stdio: 'inherit' });
H A Dtest-inspect-publish-uid.js20 const nodeProcess = spawnSync(process.execPath, [
H A Dtest-tls-handshake-exception.js53 const result = spawnSync(process.execPath, [__filename, 'child']);
H A Dtest-trace-events-async-hooks-dynamic.js28 process.execPath,
H A Dtest-vm-sigint.js39 const child = spawn(process.execPath, args, {
H A Dtest-child-process-exec-abortcontroller-promisified.js14 `${process.execPath} -e "setInterval(()=>{}, 99)"` :
H A Dtest-child-process-recv-handle.js39 const proc = spawn(process.execPath, [
H A Dtest-inspect-address-in-use.js28 const child = spawnSync(process.execPath, getArgs(port), options);
H A Dtest-inspector-port-zero.js11 const proc = spawn(process.execPath, args);
H A Dtest-listen-fd-server.js97 const child = spawn(process.execPath, [__filename, 'child'], {
H A Dtest-runner-import-no-scheme.js42 const child = spawnSync(process.execPath, argv, { cwd: tmpdir.path });
/third_party/node/test/abort/
H A Dtest-abort-uncaught-exception.js7 const node = process.execPath;
/third_party/node/test/es-module/
H A Dtest-esm-preserve-symlinks-main.js42 spawn(process.execPath, [
/third_party/node/test/pummel/
H A Dtest-fs-watch-system-limit.js39 process.execPath,
/third_party/node/test/sequential/
H A Dtest-stream2-stderr-sync.js32 const child = spawn(process.execPath, [__filename, String(c)]);
H A Dtest-repl-timeout-throw.js7 const child = spawn(process.execPath, [ '-i' ], {
/third_party/node/benchmark/misc/
H A Dprint.js11 const cmd = process.execPath || process.argv[0];
/third_party/node/test/node-api/test_policy/
H A Dtest_policy.js39 const { status, stdout, stderr } = spawnSync(process.execPath, [

Completed in 5 milliseconds

123456