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

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

Completed in 75 milliseconds