Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/
Ddefault-foreground-task-runner.cc16 DCHECK_GE(task_runner->nesting_depth_, 0); in RunTaskScope()
17 task_runner->nesting_depth_++; in RunTaskScope()
21 DCHECK_GT(task_runner_->nesting_depth_, 0); in ~RunTaskScope()
22 task_runner_->nesting_depth_--; in ~RunTaskScope()
100 if (nesting_depth_ == 0) return !task_queue_.empty(); in HasPoppableTaskInQueue()
133 if (nesting_depth_ == 0 || it->first == kNestable) break; in PopTaskFromQueue()
Ddefault-foreground-task-runner.h93 int nesting_depth_ = 0; in NON_EXPORTED_BASE() local
/third_party/node/deps/v8/src/execution/
Disolate.cc3020 nesting_depth_++; in ThrowInternal()
3032 nesting_depth_--; in ThrowInternal()
3129 std::atomic<size_t> nesting_depth_{0}; in ThrowInternal() member in v8::internal::TracingAccountingAllocator