Searched refs:bootstrapper_ (Results 1 – 3 of 3) sorted by relevance
120 : bootstrapper_(bootstrapper) { in BootstrapperActive()121 ++bootstrapper_->nesting_; in BootstrapperActive()126 ~BootstrapperActive() { --bootstrapper_->nesting_; } in ~BootstrapperActive()129 Bootstrapper* bootstrapper_;
3440 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()
1100 Bootstrapper* bootstrapper() { return bootstrapper_; } in NATIVE_CONTEXT_FIELDS()2090 Bootstrapper* bootstrapper_ = nullptr; variable