Home
last modified time | relevance | path

Searched refs:onExit (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/
H A Dindex.js4 exports.unload = exports.load = exports.onExit = exports.signals = void 0;
83 onExit(cb, opts) {
84 return handler.onExit(cb, opts);
95 onExit() {
153 onExit(cb, opts) {
262 exports.onExit = _a.onExit,
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/
H A Dindex.js79 onExit(cb, opts) {
80 return handler.onExit(cb, opts);
91 onExit() {
149 onExit(cb, opts) {
258 onExit,
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Dindex.js5 var onExit = require('signal-exit').onExit
180 this._removeOnExit = onExit(callWith(this, this.disable))
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
H A Dindex.js9 const { onExit } = require('signal-exit')
85 /* istanbul ignore next -- The closure only gets called when onExit triggers */
86 const removeOnExitHandler = onExit(cleanupOnExit(() => tmpfile))
212 const removeOnExitHandler = onExit(cleanup)
/third_party/node/test/async-hooks/
H A Dtest-http-agent-handle-reuse-serial.js91 process.on('exit', onExit);
93 function onExit() { function
H A Dtest-http-agent-handle-reuse-parallel.js73 process.on('exit', onExit);
75 function onExit() { function
/third_party/node/lib/internal/main/
H A Dwatch_mode.js75 const onExit = once(child, 'exit');
77 const { 0: exitCode } = await onExit;
/third_party/node/test/parallel/
H A Dtest-domain-uncaught-exception.js168 testProcess.on('disconnect', common.mustCall(function onExit() {
/third_party/node/deps/npm/node_modules/foreground-child/dist/cjs/
H A Dindex.js65 const removeOnExit = (0, signal_exit_1.onExit)(childHangup);
/third_party/node/test/common/
H A Dindex.js240 child.on('exit', function onExit(exitCode, signal) {
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp740 } onExit(mParentFunc); in traverseFunctionDefinitionChildren()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js70334 function onExit(node, state) { global() function
[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 191 milliseconds