Searched refs:onExit (Results 1 - 18 of 18) sorted by relevance
/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/ |
H A D | index.js | 4 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 D | index.js | 79 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 D | index.js | 5 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 D | index.js | 9 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 D | test-http-agent-handle-reuse-serial.js | 91 process.on('exit', onExit); 93 function onExit() { function
|
H A D | test-http-agent-handle-reuse-parallel.js | 73 process.on('exit', onExit); 75 function onExit() { function
|
/third_party/node/lib/internal/main/ |
H A D | watch_mode.js | 75 const onExit = once(child, 'exit'); 77 const { 0: exitCode } = await onExit;
|
/third_party/node/test/parallel/ |
H A D | test-domain-uncaught-exception.js | 168 testProcess.on('disconnect', common.mustCall(function onExit() {
|
/third_party/node/deps/npm/node_modules/foreground-child/dist/cjs/ |
H A D | index.js | 65 const removeOnExit = (0, signal_exit_1.onExit)(childHangup);
|
/third_party/node/test/common/ |
H A D | index.js | 240 child.on('exit', function onExit(exitCode, signal) {
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.cpp | 740 } onExit(mParentFunc); in traverseFunctionDefinitionChildren()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | 70334 function onExit(node, state) { global() function [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 191 milliseconds