Home
last modified time | relevance | path

Searched refs:asyncHook (Results 1 – 3 of 3) sorted by relevance

/third_party/node/doc/api/
Dasync_hooks.md62 const asyncHook =
68 asyncHook.enable();
71 asyncHook.disable();
110 const asyncHook =
116 asyncHook.enable();
119 asyncHook.disable();
175 const asyncHook = createHook({
184 const asyncHook = async_hooks.createHook({
203 const asyncHook = async_hooks.createHook(new MyAddedCallbacks());
268 ### `asyncHook.enable()`
[all …]
/third_party/node/lib/
Ddomain.js75 const asyncHook = createHook({ constant
220 asyncHook.enable();
/third_party/node/doc/
DREADME.md82 * E.g. <code>\* Returns: {AsyncHook} A reference to `asyncHook`.</code>