Home
last modified time | relevance | path

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

/third_party/node/src/
Dasync_wrap.cc334 double execution_async_id = in AsyncReset() local
336 wrap->AsyncReset(resource, execution_async_id); in AsyncReset()
492 double execution_async_id) in AsyncWrap() argument
493 : AsyncWrap(env, object, provider, execution_async_id, false) {} in AsyncWrap()
498 double execution_async_id, in AsyncWrap() argument
505 AsyncReset(object, execution_async_id, silent); in AsyncWrap()
512 double execution_async_id, in AsyncWrap() argument
514 : AsyncWrap(env, object, provider, execution_async_id, true) { in AsyncWrap()
595 void AsyncWrap::AsyncReset(Local<Object> resource, double execution_async_id, in AsyncReset() argument
607 async_id_ = execution_async_id == kInvalidAsyncId ? env()->new_async_id() in AsyncReset()
[all …]
Dasync_wrap.h118 double execution_async_id = kInvalidAsyncId);
178 double execution_async_id = kInvalidAsyncId,
217 double execution_async_id,
222 double execution_async_id,
Denv-inl.h674 inline double Environment::execution_async_id() { in execution_async_id() function
687 default_trigger_async_id = execution_async_id(); in get_default_trigger_async_id()
Denv.h1004 inline double execution_async_id();
/third_party/node/src/api/
Dhooks.cc178 return env->execution_async_id(); in AsyncHooksGetExecutionAsyncId()
Dcallback.cc131 CHECK_EQ(env_->execution_async_id(), 0); in Close()
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md2507 …dejs/node/commit/9da8346c96)] - **async_wrap**: allow user to pass execution_async_id (Trevor Norr…