Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h129 : bootstrapper_(bootstrapper) { in BootstrapperActive()
130 ++bootstrapper_->nesting_; in BootstrapperActive()
134 --bootstrapper_->nesting_; in ~BootstrapperActive()
138 Bootstrapper* bootstrapper_;
Disolate.cc2447 bootstrapper_(nullptr), in Throw()
2644 bootstrapper_->TearDown(); in Throw()
2750 delete bootstrapper_; in Throw()
2751 bootstrapper_ = nullptr; in Throw()
2951 bootstrapper_ = new Bootstrapper(this); in Throw()
3004 bootstrapper_->Initialize(create_heap_objects); in Throw()
Disolate.h999 Bootstrapper* bootstrapper() { return bootstrapper_; }
1671 Bootstrapper* bootstrapper_; variable