Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dasync_hooks.js91 kCheck, kExecutionAsyncId, kAsyncIdCounter, kTriggerAsyncId,
436 return async_id_fields[kExecutionAsyncId];
543 async_wrap.async_ids_stack[offset * 2] = async_id_fields[kExecutionAsyncId];
546 async_id_fields[kExecutionAsyncId] = asyncId;
556 if (enabledHooksExist() && async_id_fields[kExecutionAsyncId] !== asyncId) {
562 async_id_fields[kExecutionAsyncId] = async_wrap.async_ids_stack[2 * offset];
571 return async_id_fields[kExecutionAsyncId];
/third_party/node/typings/internalBinding/
Dasync_wrap.d.ts126 kExecutionAsyncId: 0;
/third_party/node/src/
Denv.cc105 async_ids_stack_[2 * offset] = async_id_fields_[kExecutionAsyncId]; in push_async_context()
108 async_id_fields_[kExecutionAsyncId] = async_id; in push_async_context()
134 async_id_fields_[kExecutionAsyncId] != async_id)) { in pop_async_context()
139 async_id_fields_[kExecutionAsyncId] = async_ids_stack_[2 * offset]; in pop_async_context()
183 async_id_fields_[kExecutionAsyncId] = 0; in clear_async_id_stack()
1512 async_id_fields_.GetValue(kExecutionAsyncId), in FailWithCorruptedAsyncStack()
Denv-inl.h397 return async_hooks()->async_id_fields()[AsyncHooks::kExecutionAsyncId]; in execution_async_id()
Dasync_wrap.cc422 SET_HOOKS_CONSTANT(kExecutionAsyncId); in Initialize()
Denv.h243 kExecutionAsyncId, enumerator