Home
last modified time | relevance | path

Searched defs:async_id (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dasync_wrap.cc75 for (auto async_id : destroy_async_id_list) { in DestroyAsyncIdsCallback() local
89 void Emit(Environment* env, double async_id, AsyncHooks::Fields type, in Emit()
103 void AsyncWrap::EmitPromiseResolve(Environment* env, double async_id) { in EmitPromiseResolve()
125 void AsyncWrap::EmitBefore(Environment* env, double async_id) { in EmitBefore()
131 void AsyncWrap::EmitTraceEventAfter(ProviderType type, double async_id) { in EmitTraceEventAfter()
147 void AsyncWrap::EmitAfter(Environment* env, double async_id) { in EmitAfter()
259 double async_id = args[0]->NumberValue(env->context()).FromJust(); in PushAsyncContext() local
267 double async_id = args[0]->NumberValue(env->context()).FromJust(); in PopAsyncContext() local
544 void AsyncWrap::EmitDestroy(Environment* env, double async_id) { in EmitDestroy()
631 double async_id, in EmitAsyncInit()
Dnode_task_queue.cc116 double async_id = AsyncWrap::kInvalidAsyncId; in PromiseRejectCallback() local
Denv.cc93 void AsyncHooks::push_async_context(double async_id, in push_async_context()
126 bool AsyncHooks::pop_async_context(double async_id) { in pop_async_context()
Dnode.h1115 typedef double async_id; typedef
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc189 Local<Integer> async_id = Integer::New(isolate, hooks->current_async_id); in ShellPromiseHook() local
251 Local<Value> async_id = in PromiseHookDispatch() local