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 366 void ForceEagerCompilation() { force_eager_compilation_ = true; }
479 bool force_eager_compilation_; member in class:v8::internal::Scope
scopes.cc 189 force_eager_compilation_ = false;
624 return !force_eager_compilation_ && HasTrivialOuterContext();
653 return !force_eager_compilation_ &&
    [all...]

Completed in 430 milliseconds