Home
last modified time | relevance | path

Searched defs:exitCode (Results 1 – 25 of 50) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-stdio-closed.js20 proc.on('exit', common.mustCall(function(exitCode) { argument
35 proc.on('exit', common.mustCall(function(exitCode) { argument
Dtest-cli-eval-event.js12 child.once('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-stdout-close-unref.js39 proc.on('exit', common.mustCall(function(exitCode) { argument
Dtest-cluster-shared-handle-bind-privileged-port.js45 cluster.fork().on('exit', common.mustCall(function(exitCode) { argument
Dtest-signal-unregister.js11 child.on('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-cluster-worker-death.js31 worker.on('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-cwd-enoent.js25 proc.once('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-cwd-enoent-repl.js27 proc.once('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-cwd-enoent-preload.js27 proc.once('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-stdio-undestroy.js32 proc.on('exit', common.mustCall(function(exitCode) { argument
Dtest-inspect-address-in-use.js25 function testChildProcess(getArgs, exitCode, options) { argument
Dtest-tls-no-sslv3.js32 client.once('exit', common.mustCall(function(exitCode) { argument
Dtest-domain-top-level-error-handler-throw.js42 child.on('exit', function onChildExited(exitCode, signal) { argument
Dtest-cluster-shared-leak.js31 cluster.on('exit', function(worker, exitCode, signalCode) { argument
Dtest-spawn-cmd-named-pipe.js42 child.on('exit', common.mustCall(function(exitCode) { argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DshellCmdResult.js18 exitCode: "[PC Preview] unknow exitCode", property
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Derror.js15 constructor(exitCode, code, message) { argument
/third_party/node/test/known_issues/
Dtest-stdin-is-always-net.socket.js21 proc.on('exit', common.mustCall(function(exitCode) { argument
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/
Dindex.js10 const exitCode = require('./exit-code.js') constant
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts10 exitCode: number; property in CommanderError
/third_party/typescript/scripts/build/
Dutils.mjs37 resolve({ exitCode: exitCode ?? undefined }); property
50 setTimeout(() => resolve({ exitCode: undefined }), 100); property
/third_party/typescript/scripts/
Drequest-pr-review.mjs59 function printHelpAndExit(exitCode) { argument
/third_party/typescript/tests/baselines/reference/
DAPISample_compile.js38 var exitCode = emitResult.emitSkipped ? 1 : 0; variable
/third_party/lzma/CPP/7zip/UI/Console/
DMainAr.cpp122 catch(NExitCode::EEnum &exitCode) in main() local
/third_party/node/deps/npm/node_modules/events/tests/
Dcommon.js29 function runCallChecks(exitCode) { argument

12