Home
last modified time | relevance | path

Searched refs:current_microtask (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.cc1059 Handle<Object> current_microtask = isolate->factory()->current_microtask(); in CaptureAsyncStackTrace() local
1060 if (current_microtask->IsPromiseReactionJobTask()) { in CaptureAsyncStackTrace()
1062 Handle<PromiseReactionJobTask>::cast(current_microtask); in CaptureAsyncStackTrace()
5106 Handle<Microtask> current_microtask( in ThrowInternal() local
5107 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()
/third_party/node/deps/v8/src/roots/
Droots.h316 V(HeapObject, current_microtask, CurrentMicrotask) \