Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dmicrotask-queue.cc132 class SetIsRunningMicrotasks { class
134 explicit SetIsRunningMicrotasks(bool* flag) : flag_(flag) { in SetIsRunningMicrotasks() function in v8::internal::__anon15303d090111::SetIsRunningMicrotasks
139 ~SetIsRunningMicrotasks() { in ~SetIsRunningMicrotasks()
165 SetIsRunningMicrotasks scope(&is_running_microtasks_); in RunMicrotasks()