Searched refs:spawnOptions (Results 1 – 2 of 2) sorted by relevance
/third_party/node/test/common/ |
D | require-as.js | 6 function runModuleAs(filename, flags, spawnOptions, role) { argument 8 [...flags, __filename, role, filename], spawnOptions);
|
/third_party/node/test/parallel/ |
D | test-child-process-send-returns-boolean.js | 28 const spawnOptions = { stdio: ['pipe', 'pipe', 'pipe', 'ipc'] }; variable 29 const s = spawn(process.execPath, [subScript], spawnOptions);
|