Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h1118 bool IsRunningMicrotasks() const { return is_running_microtasks_; } in IsRunningMicrotasks() function
Dapi.cc8866 bool MicrotasksScope::IsRunningMicrotasks(Isolate* v8Isolate) { in IsRunningMicrotasks() function in v8::MicrotasksScope
8868 return isolate->IsRunningMicrotasks(); in IsRunningMicrotasks()
/external/v8/include/
Dv8.h5925 static bool IsRunningMicrotasks(Isolate* isolate);