Home
last modified time | relevance | path

Searched refs:kExecutionAsyncId (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/
Dasync_hooks.js91 kCheck, kExecutionAsyncId, kAsyncIdCounter, kTriggerAsyncId,
433 return async_id_fields[kExecutionAsyncId];
532 async_wrap.async_ids_stack[offset * 2] = async_id_fields[kExecutionAsyncId];
535 async_id_fields[kExecutionAsyncId] = asyncId;
545 if (enabledHooksExist() && async_id_fields[kExecutionAsyncId] !== asyncId) {
551 async_id_fields[kExecutionAsyncId] = async_wrap.async_ids_stack[2 * offset];
560 return async_id_fields[kExecutionAsyncId];
/third_party/node/src/
Denv-inl.h166 async_ids_stack_[2 * offset] = async_id_fields_[kExecutionAsyncId]; in push_async_context()
169 async_id_fields_[kExecutionAsyncId] = async_id; in push_async_context()
197 if (fields_[kCheck] > 0 && async_id_fields_[kExecutionAsyncId] != async_id) { in pop_async_context()
201 async_id_fields_.GetValue(kExecutionAsyncId), in pop_async_context()
213 async_id_fields_[kExecutionAsyncId] = async_ids_stack_[2 * offset]; in pop_async_context()
257 async_id_fields_[kExecutionAsyncId] = 0; in clear_async_id_stack()
675 return async_hooks()->async_id_fields()[AsyncHooks::kExecutionAsyncId]; in execution_async_id()
Dasync_wrap.cc457 SET_HOOKS_CONSTANT(kExecutionAsyncId); in Initialize()
Denv.h646 kExecutionAsyncId, enumerator