Home
last modified time | relevance | path

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

123

/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-signal-unregister.js11 child.on('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-cluster-shared-handle-bind-privileged-port.js45 cluster.fork().on('exit', common.mustCall(function(exitCode) { argument
Dtest-cluster-worker-death.js31 worker.on('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-cwd-enoent-repl.js27 proc.once('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-cwd-enoent.js25 proc.once('exit', common.mustCall(function(exitCode, signalCode) { argument
Dtest-cwd-enoent-preload.js27 proc.once('exit', common.mustCall(function(exitCode, signalCode) { 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.js43 child.on('exit', common.mustCall(function(exitCode) { argument
Dtest-process-wrap.js36 p.onexit = function(exitCode, signal) { argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DshellCmdResult.js18 exitCode: "[PC Preview] unknow exitCode", property
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dfinished.js8 child.on(hasExitCode ? 'close' : 'end', function (exitCode) { 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/util-promisify/test/
Dcommon.js3 function runCallChecks(exitCode) { argument
/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Dparseable.js62 const exitCode = function (metadata) { function
/third_party/node/deps/npm/node_modules/end-of-stream/
Dindex.js38 var onexit = function(exitCode) { argument
/third_party/typescript/tests/baselines/reference/
DAPISample_compile.js37 var exitCode = emitResult.emitSkipped ? 1 : 0; variable
/third_party/typescript/scripts/build/
Dutils.js51 resolve({ exitCode }); field
65 setTimeout(() => resolve({ exitCode: undefined }), 100); property
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils_unittest.cpp122 int exitCode = EXIT_FAILURE; in TEST() local
/third_party/jsoncpp/src/jsontestrunner/
Dmain.cpp278 int exitCode = 0; in runTest() local
321 int exitCode = parseCommandLine(argc, argv, &opts); in main() local
/third_party/libxml2/
DtestThreads.c189 DWORD exitCode; in main() local

123