Searched refs:nesting_depth_ (Results 1 – 3 of 3) sorted by relevance
16 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()
93 int nesting_depth_ = 0; in NON_EXPORTED_BASE() local
3020 nesting_depth_++; in ThrowInternal()3032 nesting_depth_--; in ThrowInternal()3129 std::atomic<size_t> nesting_depth_{0}; in ThrowInternal() member in v8::internal::TracingAccountingAllocator