Searched refs:debug_microtasks_depth_ (Results 1 – 1 of 1) sorted by relevance
402 debug_microtasks_depth_(0),445 inline void IncrementDebugMicrotasksScopeDepth() {debug_microtasks_depth_++;}446 inline void DecrementDebugMicrotasksScopeDepth() {debug_microtasks_depth_--;}448 return debug_microtasks_depth_ == 0;528 int debug_microtasks_depth_; local