Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_task_queue.cc138 env->async_hooks()->push_async_context( in PromiseRejectCallback()
Dasync_wrap.cc261 env->async_hooks()->push_async_context(async_id, trigger_async_id, {}); in PushAsyncContext()
Denv.h279 void push_async_context(double async_id,
Denv.cc93 void AsyncHooks::push_async_context(double async_id, in push_async_context() function in node::AsyncHooks
/third_party/node/src/api/
Dcallback.cc79 env->async_hooks()->push_async_context( in InternalCallbackScope()