Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dmicrotask-queue.h50 return !IsRunningMicrotasks() && !GetMicrotasksScopeDepth() && in ShouldPerfomCheckpoint()
74 int GetMicrotasksScopeDepth() const override { return microtasks_depth_; } in GetMicrotasksScopeDepth() function
/third_party/node/deps/v8/include/
Dv8-microtask-queue.h98 virtual int GetMicrotasksScopeDepth() const = 0;
/third_party/node/deps/v8/src/snapshot/
Dcontext-serializer.cc38 DCHECK_EQ(0, microtask_queue_->GetMicrotasksScopeDepth()); in SanitizeNativeContextScope()
/third_party/node/deps/v8/src/api/
Dapi-inl.h184 DCHECK(microtask_queue->GetMicrotasksScopeDepth() ||
Dapi.cc9602 return microtask_queue->GetMicrotasksScopeDepth(); in GetCurrentDepth()