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

  /external/v8/src/ast/
scopes.cc 198 force_eager_compilation_ = false;
774 bool Scope::AllowsLazyCompilation() const { return !force_eager_compilation_; }
778 return !force_eager_compilation_ && HasTrivialOuterContext();
    [all...]
scopes.h 522 void ForceEagerCompilation() { force_eager_compilation_ = true; }
681 bool force_eager_compilation_; member in class:v8::internal::Scope
    [all...]

Completed in 153 milliseconds