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

  /external/v8/src/
bootstrapper.h 36 class BootstrapperActive BASE_EMBEDDED {
38 BootstrapperActive() { nesting_++; }
39 ~BootstrapperActive() { nesting_--; }
81 static bool IsActive() { return BootstrapperActive::IsActive(); }
bootstrapper.cc 272 BootstrapperActive active_;
    [all...]

Completed in 45 milliseconds