Home
last modified time | relevance | path

Searched refs:spawnOptions (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/common/
Drequire-as.js6 function runModuleAs(filename, flags, spawnOptions, role) { argument
8 [...flags, __filename, role, filename], spawnOptions);
/third_party/node/test/parallel/
Dtest-child-process-send-returns-boolean.js28 const spawnOptions = { stdio: ['pipe', 'pipe', 'pipe', 'ipc'] }; variable
29 const s = spawn(process.execPath, [subScript], spawnOptions);