Searched refs:current_microtask (Results 1 – 2 of 2) sorted by relevance
1059 Handle<Object> current_microtask = isolate->factory()->current_microtask(); in CaptureAsyncStackTrace() local1060 if (current_microtask->IsPromiseReactionJobTask()) { in CaptureAsyncStackTrace()1062 Handle<PromiseReactionJobTask>::cast(current_microtask); in CaptureAsyncStackTrace()5106 Handle<Microtask> current_microtask( in ThrowInternal() local5107 Microtask::cast(heap()->current_microtask()), this); in ThrowInternal()5113 if (current_microtask->IsPromiseReactionJobTask()) { in ThrowInternal()5115 Handle<PromiseReactionJobTask>::cast(current_microtask); in ThrowInternal()5126 } else if (current_microtask->IsPromiseResolveThenableJobTask()) { in ThrowInternal()5128 Handle<PromiseResolveThenableJobTask>::cast(current_microtask); in ThrowInternal()
316 V(HeapObject, current_microtask, CurrentMicrotask) \