Home
last modified time | relevance | path

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

/external/v8/src/
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_; local