Searched refs:GetMicrotasksScopeDepth (Results 1 – 5 of 5) sorted by relevance
50 return !IsRunningMicrotasks() && !GetMicrotasksScopeDepth() && in ShouldPerfomCheckpoint()74 int GetMicrotasksScopeDepth() const override { return microtasks_depth_; } in GetMicrotasksScopeDepth() function
98 virtual int GetMicrotasksScopeDepth() const = 0;
38 DCHECK_EQ(0, microtask_queue_->GetMicrotasksScopeDepth()); in SanitizeNativeContextScope()
184 DCHECK(microtask_queue->GetMicrotasksScopeDepth() ||
9602 return microtask_queue->GetMicrotasksScopeDepth(); in GetCurrentDepth()