Lines Matching refs:async_wrap
11 const async_wrap = internalBinding('async_wrap'); constant
12 const { setCallbackTrampoline } = async_wrap;
42 } = async_wrap;
53 } = async_wrap;
55 const { setPromiseHooks } = async_wrap;
82 const { registerDestroyHook } = async_wrap;
93 } = async_wrap.constants;
517 async_wrap.queueDestroyAsyncId(asyncId);
530 if (offset * 2 >= async_wrap.async_ids_stack.length)
532 async_wrap.async_ids_stack[offset * 2] = async_id_fields[kExecutionAsyncId];
533 async_wrap.async_ids_stack[offset * 2 + 1] = async_id_fields[kTriggerAsyncId];
551 async_id_fields[kExecutionAsyncId] = async_wrap.async_ids_stack[2 * offset];
552 async_id_fields[kTriggerAsyncId] = async_wrap.async_ids_stack[2 * offset + 1];