HomeSort by relevance Sort by last modified time
    Searched refs:force_eager_compilation_ (Results 1 - 4 of 4) 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...]
  /external/chromium_org/v8/src/
scopes.h 389 void ForceEagerCompilation() { force_eager_compilation_ = true; }
505 bool force_eager_compilation_; member in class:v8::internal::Scope
scopes.cc 199 force_eager_compilation_ = false;
716 return !force_eager_compilation_ && HasLazyCompilableOuterContext();
721 return !force_eager_compilation_ && HasTrivialOuterContext();
    [all...]

Completed in 106 milliseconds