Lines Matching refs:asyncId
107 const async_id_symbol = Symbol('asyncId');
160 const asyncId = resource[async_id_symbol] = newAsyncId();
164 emitInit(asyncId, type, triggerAsyncId, resource);
470 const asyncId = immediate[async_id_symbol];
471 emitBefore(asyncId, immediate[trigger_async_id_symbol], immediate);
483 emitDestroy(asyncId);
488 emitAfter(asyncId);
545 const asyncId = timer[async_id_symbol];
555 emitDestroy(asyncId);
560 emitBefore(asyncId, timer[trigger_async_id_symbol], timer);
583 emitDestroy(asyncId);
587 emitAfter(asyncId);