Home
last modified time | relevance | path

Searched refs:test_hook (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/node-api/test_make_callback/
Dtest-async-hooks.js17 const test_hook = async_hooks.createHook({ constant
35 test_hook.enable();
52 test_hook.disable();
/third_party/node/test/node-api/test_async_context/
Dtest-gcable.js18 const test_hook = async_hooks.createHook({ constant
30 test_hook.enable();
Dtest-gcable-callback.js22 const test_hook = async_hooks.createHook({ constant
34 test_hook.enable();
Dtest.js20 const test_hook = async_hooks.createHook({ constant
33 test_hook.enable();
/third_party/python/Lib/test/
Dtest_doctest.py2733 def test_hook(pathdir): function