Home
last modified time | relevance | path

Searched refs:emitDestroy (Results 1 – 13 of 13) 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-after-on-destroyed.js13 emitInit, emitBefore, emitAfter, emitDestroy
31 emitDestroy(asyncId);
39 emitDestroy(asyncId);
Dtest-emit-before-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);
143 this.emitDestroy();
/third_party/node/test/parallel/
Dtest-async-hooks-close-during-destroy.js24 res2.emitDestroy();
35 res1.emitDestroy();
Dtest-async-hooks-prevent-double-destroy.js16 res.emitDestroy();
/third_party/node/lib/
Dtimers.js69 emitDestroy
89 emitDestroy(item[async_id_symbol]);
330 emitDestroy(immediate[async_id_symbol]);
Dasync_hooks.js45 emitDestroy,
206 emitDestroy() { method in AsyncResource
210 emitDestroy(this[async_id_symbol]);
/third_party/node/lib/internal/
Dtimers.js102 emitDestroy,
471 emitDestroy(asyncId);
543 emitDestroy(asyncId);
571 emitDestroy(asyncId);
Dasync_hooks.js600 emitDestroy: emitDestroyScript, property
/third_party/node/doc/api/
Dasync_hooks.md452 called asynchronously from the embedder API `emitDestroy()`.
692 asyncResource.emitDestroy();
707 * `requireManualDestroy` {boolean} If set to `true`, disables `emitDestroy`
709 (even if `emitDestroy` is called manually), unless the resource's `asyncId`
710 is retrieved and the sensitive API's `emitDestroy` is called with it.
711 When set to `false`, the `emitDestroy` call on garbage collection
732 this.emitDestroy();
778 #### `asyncResource.emitDestroy()`
832 this.emitDestroy(); // `TaskInfo`s are used only once.