Searched refs:emitDestroy (Results 1 – 13 of 13) sorted by relevance
/third_party/node/test/async-hooks/ |
D | test-destroy-not-blocked.js | 33 res.emitDestroy(); 44 res.emitDestroy(); 55 res.emitDestroy(); 65 res.emitDestroy(); 76 res.emitDestroy();
|
D | test-emit-after-on-destroyed.js | 13 emitInit, emitBefore, emitAfter, emitDestroy 31 emitDestroy(asyncId); 39 emitDestroy(asyncId);
|
D | test-emit-before-on-destroyed.js | 13 emitInit, emitBefore, emitAfter, emitDestroy 31 emitDestroy(asyncId); 39 emitDestroy(asyncId);
|
D | test-embedder.api.async-resource.js | 62 alcaEvent.emitDestroy(); 88 alcaEvent.emitDestroy(); 95 pobEvent.emitDestroy();
|
D | test-no-assert-when-disabled.js | 14 async_hooks.emitDestroy(-1);
|
/third_party/node/lib/internal/process/ |
D | task_queues.js | 33 emitDestroy, 90 emitDestroy(asyncId); 143 this.emitDestroy();
|
/third_party/node/test/parallel/ |
D | test-async-hooks-close-during-destroy.js | 24 res2.emitDestroy(); 35 res1.emitDestroy();
|
D | test-async-hooks-prevent-double-destroy.js | 16 res.emitDestroy();
|
/third_party/node/lib/ |
D | timers.js | 69 emitDestroy 89 emitDestroy(item[async_id_symbol]); 330 emitDestroy(immediate[async_id_symbol]);
|
D | async_hooks.js | 45 emitDestroy, 206 emitDestroy() { method in AsyncResource 210 emitDestroy(this[async_id_symbol]);
|
/third_party/node/lib/internal/ |
D | timers.js | 102 emitDestroy, 471 emitDestroy(asyncId); 543 emitDestroy(asyncId); 571 emitDestroy(asyncId);
|
D | async_hooks.js | 600 emitDestroy: emitDestroyScript, property
|
/third_party/node/doc/api/ |
D | async_hooks.md | 452 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.
|