Home
last modified time | relevance | path

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

/third_party/node/test/common/
Dindex.mjs40 nodeProcessAborted,
87 nodeProcessAborted,
Dindex.js218 assert(nodeProcessAborted(exitCode, signal), errMsg);
476 function nodeProcessAborted(exitCode, signal) { function
773 nodeProcessAborted, property
DREADME.md326 ### `nodeProcessAborted(exitCode, signal)`
/third_party/node/test/parallel/
Dtest-heapsnapshot-near-heap-limit.js41 assert(common.nodeProcessAborted(child.status, child.signal),
63 assert(common.nodeProcessAborted(child.status, child.signal),
Dtest-domain-throw-error-then-throw-from-uncaught-exception-handler.js79 assert(common.nodeProcessAborted(err.code, err.signal),
Dtest-domain-with-abort-on-uncaught-exception.js115 assert(common.nodeProcessAborted(exitCode, signal),
/third_party/node/test/pummel/
Dtest-heapsnapshot-near-heap-limit-big.js33 assert(common.nodeProcessAborted(child.status, child.signal),
/third_party/node/test/abort/
Dtest-http-parser-consume.js30 const didAbort = common.nodeProcessAborted(code, signal);