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

  /external/v8/src/
scopes.h 364 void ForceEagerCompilation() { force_eager_compilation_ = true; }
484 bool force_eager_compilation_; member in class:v8::internal::Scope
scopes.cc 169 force_eager_compilation_ = false;
706 return !force_eager_compilation_ && HasLazyCompilableOuterContext();
711 return !force_eager_compilation_ && HasTrivialOuterContext();
    [all...]

Completed in 55 milliseconds