Home
last modified time | relevance | path

Searched refs:execution_async_id (Results 1 - 9 of 9) sorted by relevance

/third_party/node/src/
H A Dasync_wrap.cc295 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 Dasync_wrap.h130 double execution_async_id = kInvalidAsyncId);
191 double execution_async_id = kInvalidAsyncId,
230 double execution_async_id,
235 double execution_async_id,
H A Dnode_task_queue.cc147 env->execution_async_id() == async_id) { in PromiseRejectCallback()
H A Denv-inl.h390 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 Denv.h691 inline double execution_async_id();
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc51 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 Dasync-hooks-wrapper.h25 async_id_t execution_async_id; member
/third_party/node/src/api/
H A Dhooks.cc182 return env->execution_async_id(); in AsyncHooksGetExecutionAsyncId()
H A Dcallback.cc145 CHECK_EQ(env_->execution_async_id(), 0); in Close()

Completed in 12 milliseconds