HomeSort by relevance Sort by last modified time
    Searched defs:BootstrapperActive (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
bootstrapper.h 146 friend class BootstrapperActive;
156 class BootstrapperActive BASE_EMBEDDED {
158 explicit BootstrapperActive(Bootstrapper* bootstrapper)
163 ~BootstrapperActive() {
170 DISALLOW_COPY_AND_ASSIGN(BootstrapperActive);
  /external/v8/src/
bootstrapper.h 143 friend class BootstrapperActive;
153 class BootstrapperActive BASE_EMBEDDED {
155 BootstrapperActive() {
159 ~BootstrapperActive() {
164 DISALLOW_COPY_AND_ASSIGN(BootstrapperActive);

Completed in 26 milliseconds