Home
last modified time | relevance | path

Searched refs:nesting_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/init/
Dbootstrapper.h87 bool IsActive() const { return nesting_ != 0; } in IsActive()
107 NestingCounterType nesting_; variable
121 ++bootstrapper_->nesting_; in BootstrapperActive()
126 ~BootstrapperActive() { --bootstrapper_->nesting_; } in ~BootstrapperActive()
Dbootstrapper.cc125 nesting_(0), in Bootstrapper()
6484 *reinterpret_cast<NestingCounterType*>(to) = nesting_; in ArchiveState()
6485 nesting_ = 0; in ArchiveState()
6491 nesting_ = *reinterpret_cast<NestingCounterType*>(from); in RestoreState()