Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.h371 inline int GetMicrotasksScopeDepth() { return microtasks_depth_; } in GetMicrotasksScopeDepth() function
Dapi.cc256 DCHECK(handle_scope_implementer->GetMicrotasksScopeDepth() || in CheckMicrotasksScopesConsistency()
8999 if (!handle_scope_implementer->GetMicrotasksScopeDepth() && in PerformCheckpoint()
9008 return isolate->handle_scope_implementer()->GetMicrotasksScopeDepth(); in GetCurrentDepth()