Home
last modified time | relevance | path

Searched refs:IsRunningMicrotasks (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Disolate.h1110 bool IsRunningMicrotasks() const { return is_running_microtasks_; } in IsRunningMicrotasks() function
Dapi.cc8589 bool MicrotasksScope::IsRunningMicrotasks(Isolate* v8Isolate) { in IsRunningMicrotasks() function in v8::MicrotasksScope
8591 return isolate->IsRunningMicrotasks(); in IsRunningMicrotasks()
/external/v8/include/
Dv8.h5867 static bool IsRunningMicrotasks(Isolate* isolate);