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

  /external/v8/src/ast/
scopes.h 516 void ForceEagerCompilation() { force_eager_compilation_ = true; }
664 bool force_eager_compilation_; member in class:v8::internal::Scope
scopes.cc 185 force_eager_compilation_ = false;
739 bool Scope::AllowsLazyCompilation() const { return !force_eager_compilation_; }
743 return !force_eager_compilation_ && HasTrivialOuterContext();
    [all...]

Completed in 1625 milliseconds