Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/init/
Dbootstrapper.h120 : bootstrapper_(bootstrapper) { in BootstrapperActive()
121 ++bootstrapper_->nesting_; in BootstrapperActive()
126 ~BootstrapperActive() { --bootstrapper_->nesting_; } in ~BootstrapperActive()
129 Bootstrapper* bootstrapper_;
/third_party/node/deps/v8/src/execution/
Disolate.cc3440 bootstrapper_->TearDown(); in ThrowInternal()
3546 delete bootstrapper_; in ThrowInternal()
3547 bootstrapper_ = nullptr; in ThrowInternal()
3917 bootstrapper_ = new Bootstrapper(this); in ThrowInternal()
4053 bootstrapper_->Initialize(create_heap_objects); in ThrowInternal()
Disolate.h1100 Bootstrapper* bootstrapper() { return bootstrapper_; } in NATIVE_CONTEXT_FIELDS()
2090 Bootstrapper* bootstrapper_ = nullptr; variable