Home
last modified time | relevance | path

Searched refs:emitDestroy (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/async-hooks/
Dtest-destroy-not-blocked.js33 res.emitDestroy();
44 res.emitDestroy();
55 res.emitDestroy();
65 res.emitDestroy();
76 res.emitDestroy();
Dtest-emit-before-on-destroyed.js13 emitInit, emitBefore, emitAfter, emitDestroy,
31 emitDestroy(asyncId);
39 emitDestroy(asyncId);
Dtest-emit-after-on-destroyed.js13 emitInit, emitBefore, emitAfter, emitDestroy,
31 emitDestroy(asyncId);
39 emitDestroy(asyncId);
Dtest-embedder.api.async-resource.js62 alcaEvent.emitDestroy();
88 alcaEvent.emitDestroy();
95 pobEvent.emitDestroy();
Dtest-no-assert-when-disabled.js14 async_hooks.emitDestroy(-1);
/third_party/node/lib/internal/process/
Dtask_queues.js33 emitDestroy,
90 emitDestroy(asyncId);
142 this.emitDestroy();
/third_party/node/test/parallel/
Dtest-async-hooks-close-during-destroy.js24 res2.emitDestroy();
35 res1.emitDestroy();
Dtest-eventemitter-asyncresource.js74 foo.emitDestroy();
142 () => EventEmitterAsyncResource.prototype.emitDestroy(),
Dtest-async-hooks-prevent-double-destroy.js16 res.emitDestroy();
/third_party/node/lib/
Dtimers.js70 emitDestroy,
90 emitDestroy(item[async_id_symbol]);
337 emitDestroy(immediate[async_id_symbol]);
Dasync_hooks.js51 emitDestroy,
212 emitDestroy() { method in AsyncResource
216 emitDestroy(this[async_id_symbol]);
Devents.js172 emitDestroy() { method in lazyEventEmitterAsyncResource.EventEmitterAsyncResource
175 this.asyncResource.emitDestroy();
/third_party/node/lib/internal/
Dtimers.js103 emitDestroy,
483 emitDestroy(asyncId);
555 emitDestroy(asyncId);
583 emitDestroy(asyncId);
Dasync_hooks.js610 emitDestroy: emitDestroyScript, property
/third_party/node/doc/api/
Dasync_context.md426 asyncResource.emitDestroy();
454 asyncResource.emitDestroy();
469 * `requireManualDestroy` {boolean} If set to `true`, disables `emitDestroy`
471 (even if `emitDestroy` is called manually), unless the resource's `asyncId`
472 is retrieved and the sensitive API's `emitDestroy` is called with it.
473 When set to `false`, the `emitDestroy` call on garbage collection
494 this.emitDestroy();
565 ### `asyncResource.emitDestroy()`
627 this.emitDestroy(); // `TaskInfo`s are used only once.
715 this.emitDestroy(); // `TaskInfo`s are used only once.
Devents.md1942 * `requireManualDestroy` {boolean} If set to `true`, disables `emitDestroy`
1944 (even if `emitDestroy` is called manually), unless the resource's `asyncId`
1945 is retrieved and the sensitive API's `emitDestroy` is called with it.
1946 When set to `false`, the `emitDestroy` call on garbage collection
1961 ### `eventemitterasyncresource.emitDestroy()`
Dasync_hooks.md618 called asynchronously from the embedder API `emitDestroy()`.