/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-before-on-destroyed.js | 13 emitInit, emitBefore, emitAfter, emitDestroy, 31 emitDestroy(asyncId); 39 emitDestroy(asyncId);
|
D | test-emit-after-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); 142 this.emitDestroy();
|
/third_party/node/test/parallel/ |
D | test-async-hooks-close-during-destroy.js | 24 res2.emitDestroy(); 35 res1.emitDestroy();
|
D | test-eventemitter-asyncresource.js | 74 foo.emitDestroy(); 142 () => EventEmitterAsyncResource.prototype.emitDestroy(),
|
D | test-async-hooks-prevent-double-destroy.js | 16 res.emitDestroy();
|
/third_party/node/lib/ |
D | timers.js | 70 emitDestroy, 90 emitDestroy(item[async_id_symbol]); 337 emitDestroy(immediate[async_id_symbol]);
|
D | async_hooks.js | 51 emitDestroy, 212 emitDestroy() { method in AsyncResource 216 emitDestroy(this[async_id_symbol]);
|
D | events.js | 172 emitDestroy() { method in lazyEventEmitterAsyncResource.EventEmitterAsyncResource 175 this.asyncResource.emitDestroy();
|
/third_party/node/lib/internal/ |
D | timers.js | 103 emitDestroy, 483 emitDestroy(asyncId); 555 emitDestroy(asyncId); 583 emitDestroy(asyncId);
|
D | async_hooks.js | 610 emitDestroy: emitDestroyScript, property
|
/third_party/node/doc/api/ |
D | async_context.md | 426 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.
|
D | events.md | 1942 * `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()`
|
D | async_hooks.md | 618 called asynchronously from the embedder API `emitDestroy()`.
|