Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-child-process-fork-and-spawn.js30 fork(__filename, ['fork']).on('exit', common.mustCall(checkExit));
34 .on('exit', common.mustCall(checkExit));
42 function checkExit(statusCode) { function