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/
H A 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()
H A Ddefault-foreground-task-runner.h93 int nesting_depth_ = 0; member in v8::platform::DefaultForegroundTaskRunner
/third_party/node/deps/v8/src/execution/
H A Disolate.cc3020 nesting_depth_++; in ThrowInternal()
3032 nesting_depth_--; in ThrowInternal()
3129 std::atomic<size_t> nesting_depth_{0}; in ThrowInternal()

Completed in 9 milliseconds