Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dmicrotask-queue.h87 void IncrementDebugMicrotasksScopeDepth() { ++debug_microtasks_depth_; } in IncrementDebugMicrotasksScopeDepth()
88 void DecrementDebugMicrotasksScopeDepth() { --debug_microtasks_depth_; } in DecrementDebugMicrotasksScopeDepth()
90 return debug_microtasks_depth_ == 0; in DebugMicrotasksScopeDepthIsZero()
143 int debug_microtasks_depth_ = 0; variable