Home
last modified time | relevance | path

Searched refs:is_running_microtasks_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.h59 bool IsRunningMicrotasks() const override { return is_running_microtasks_; }
148 bool is_running_microtasks_ = false; member in v8::internal::final
H A Dmicrotask-queue.cc165 SetIsRunningMicrotasks scope(&is_running_microtasks_); in RunMicrotasks()

Completed in 1 milliseconds