Searched refs:asyncHook (Results 1 – 3 of 3) sorted by relevance
62 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 …]
75 const asyncHook = createHook({ constant220 asyncHook.enable();
82 * E.g. <code>\* Returns: {AsyncHook} A reference to `asyncHook`.</code>