Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dcallback.cc169 Local<Function> hook_cb = env->async_hooks_callback_trampoline(); in InternalMakeCallback() local
173 if (!hook_cb.IsEmpty()) { in InternalMakeCallback()
198 ret = hook_cb->Call(env->context(), recv, args.length(), &args[0]); in InternalMakeCallback()