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

/external/v8/src/
H A Dapi.h402 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_; member in class:v8::internal::HandleScopeImplementer

Completed in 140 milliseconds