Searched defs:signalCode (Results 1 – 8 of 8) sorted by relevance
/third_party/node/test/parallel/ |
D | test-cli-eval-event.js | 12 child.once('exit', common.mustCall(function(exitCode, signalCode) { argument
|
D | test-signal-unregister.js | 11 child.on('exit', common.mustCall(function(exitCode, signalCode) { argument
|
D | test-cluster-worker-death.js | 31 worker.on('exit', common.mustCall(function(exitCode, signalCode) { argument
|
D | test-cwd-enoent-repl.js | 27 proc.once('exit', common.mustCall(function(exitCode, signalCode) { argument
|
D | test-cwd-enoent.js | 25 proc.once('exit', common.mustCall(function(exitCode, signalCode) { argument
|
D | test-cwd-enoent-preload.js | 27 proc.once('exit', common.mustCall(function(exitCode, signalCode) { argument
|
D | test-cluster-shared-leak.js | 31 cluster.on('exit', function(worker, exitCode, signalCode) { argument
|
/third_party/node/lib/internal/ |
D | child_process.js | 261 this._handle.onexit = (exitCode, signalCode) => { argument
|