Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-child-process-execfile.js13 const execOpts = { encoding: 'utf8', shell: true }; variable
49 execFile(process.execPath, [fixture, 0], execOpts, common.mustSucceed());
/third_party/node/test/sequential/
Dtest-child-process-execsync.js35 const execOpts = { encoding: 'utf8', shell: true }; variable
153 execFileSync(process.execPath, [], execOpts);