Searched refs:debug_microtasks_depth_ (Results 1 – 1 of 1) sorted by relevance
87 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