Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h128 friend class BootstrapperActive; variable
144 class BootstrapperActive final BASE_EMBEDDED {
146 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive() function
151 ~BootstrapperActive() { in ~BootstrapperActive()
158 DISALLOW_COPY_AND_ASSIGN(BootstrapperActive);
Dbootstrapper.cc311 BootstrapperActive active_;
2977 BootstrapperActive active(this); in InstallExtensions()