Searched refs:debug_microtasks_depth_ (Results 1 – 1 of 1) sorted by relevance
339 debug_microtasks_depth_(0), in HandleScopeImplementer()382 inline void IncrementDebugMicrotasksScopeDepth() {debug_microtasks_depth_++;} in IncrementDebugMicrotasksScopeDepth()383 inline void DecrementDebugMicrotasksScopeDepth() {debug_microtasks_depth_--;} in DecrementDebugMicrotasksScopeDepth()385 return debug_microtasks_depth_ == 0; in DebugMicrotasksScopeDepthIsZero()466 int debug_microtasks_depth_; variable