Searched refs:test_hook (Results 1 – 5 of 5) sorted by relevance
17 const test_hook = async_hooks.createHook({ constant35 test_hook.enable();52 test_hook.disable();
18 const test_hook = async_hooks.createHook({ constant30 test_hook.enable();
22 const test_hook = async_hooks.createHook({ constant34 test_hook.enable();
20 const test_hook = async_hooks.createHook({ constant33 test_hook.enable();
2733 def test_hook(pathdir): function