Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h109 friend class BootstrapperActive; variable
126 class BootstrapperActive final BASE_EMBEDDED {
128 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive() function
133 ~BootstrapperActive() { in ~BootstrapperActive()
140 DISALLOW_COPY_AND_ASSIGN(BootstrapperActive);
Dbootstrapper.cc310 BootstrapperActive active_;
5283 BootstrapperActive active(this); in InstallExtensions()