Home
last modified time | relevance | path

Searched refs:IsRunningMicrotasks (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-microtask-queue.h92 virtual bool IsRunningMicrotasks() const = 0;
143 static bool IsRunningMicrotasks(Isolate* isolate);
/third_party/node/deps/v8/include/
H A Dv8-microtask-queue.h92 virtual bool IsRunningMicrotasks() const = 0;
138 static bool IsRunningMicrotasks(Isolate* isolate);
/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.h50 return !IsRunningMicrotasks() && !GetMicrotasksScopeDepth() && in ShouldPerfomCheckpoint()
59 bool IsRunningMicrotasks() const override { return is_running_microtasks_; }
/third_party/node/deps/v8/src/api/
H A Dapi.cc9625 bool MicrotasksScope::IsRunningMicrotasks(Isolate* v8_isolate) { in IsRunningMicrotasks() function in v8::OneByteMask::__anon13987::MapAsArrayKind::MicrotasksScope
9628 return microtask_queue->IsRunningMicrotasks(); in IsRunningMicrotasks()

Completed in 22 milliseconds