Searched refs:execution_async_id (Results 1 - 9 of 9) sorted by relevance
/third_party/node/src/ |
H A D | async_wrap.cc | 295 double execution_async_id = in AsyncReset() local 297 wrap->AsyncReset(resource, execution_async_id); in AsyncReset() 469 double execution_async_id) in AsyncWrap() 470 : AsyncWrap(env, object, provider, execution_async_id, false) {} in AsyncWrap() 475 double execution_async_id, in AsyncWrap() 482 AsyncReset(object, execution_async_id, silent); in AsyncWrap() 489 double execution_async_id, in AsyncWrap() 491 : AsyncWrap(env, object, provider, execution_async_id, true) { in AsyncWrap() 573 void AsyncWrap::AsyncReset(Local<Object> resource, double execution_async_id, in AsyncReset() argument 585 async_id_ = execution_async_id in AsyncReset() 466 AsyncWrap(Environment* env, Local<Object> object, ProviderType provider, double execution_async_id) AsyncWrap() argument 472 AsyncWrap(Environment* env, Local<Object> object, ProviderType provider, double execution_async_id, bool silent) AsyncWrap() argument 486 AsyncWrap(Environment* env, Local<Object> object, ProviderType provider, double execution_async_id, double trigger_async_id) AsyncWrap() argument [all...] |
H A D | async_wrap.h | 130 double execution_async_id = kInvalidAsyncId); 191 double execution_async_id = kInvalidAsyncId, 230 double execution_async_id, 235 double execution_async_id,
|
H A D | node_task_queue.cc | 147 env->execution_async_id() == async_id) { in PromiseRejectCallback()
|
H A D | env-inl.h | 390 inline double Environment::execution_async_id() { in execution_async_id() function in node::Environment 403 default_trigger_async_id = execution_async_id(); in get_default_trigger_async_id()
|
H A D | env.h | 691 inline double execution_async_id();
|
/third_party/node/deps/v8/src/d8/ |
H A D | async-hooks-wrapper.cc | 51 ctx.execution_async_id = 1; in AsyncHooks() 113 return asyncContexts.top().execution_async_id; in GetExecutionAsyncId() 211 ctx.execution_async_id = in ShellPromiseHook()
|
H A D | async-hooks-wrapper.h | 25 async_id_t execution_async_id; member
|
/third_party/node/src/api/ |
H A D | hooks.cc | 182 return env->execution_async_id(); in AsyncHooksGetExecutionAsyncId()
|
H A D | callback.cc | 145 CHECK_EQ(env_->execution_async_id(), 0); in Close()
|
Completed in 12 milliseconds