Searched refs:microtasks_depth_ (Results 1 – 1 of 1) sorted by relevance
398 microtasks_depth_(0),432 inline void IncrementMicrotasksScopeDepth() {microtasks_depth_++;}433 inline void DecrementMicrotasksScopeDepth() {microtasks_depth_--;}434 inline int GetMicrotasksScopeDepth() { return microtasks_depth_; }524 int microtasks_depth_; local