Searched refs:execOpts (Results 1 – 2 of 2) sorted by relevance
13 const execOpts = { encoding: 'utf8', shell: true }; variable49 execFile(process.execPath, [fixture, 0], execOpts, common.mustSucceed());
35 const execOpts = { encoding: 'utf8', shell: true }; variable153 execFileSync(process.execPath, [], execOpts);