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()
5083 Handle<Microtask> current_microtask( in ThrowInternal() local
5084 Microtask::cast(heap()->current_microtask()), this); in ThrowInternal()
5090 if (current_microtask->IsPromiseReactionJobTask()) { in ThrowInternal()
5092 Handle<PromiseReactionJobTask>::cast(current_microtask); in ThrowInternal()
5103 } else if (current_microtask->IsPromiseResolveThenableJobTask()) { in ThrowInternal()
5105 Handle<PromiseResolveThenableJobTask>::cast(current_microtask); in ThrowInternal()
/third_party/node/deps/v8/src/roots/
Droots.h316 V(HeapObject, current_microtask, CurrentMicrotask) \