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 300 void ForceEagerCompilation() { force_eager_compilation_ = true; }
384 bool force_eager_compilation_; member in class:v8::internal::Scope
scopes.cc 204 force_eager_compilation_ = false;
506 return !force_eager_compilation_ && HasTrivialOuterContext();
871 if (inner_scope->force_eager_compilation_) {
872 force_eager_compilation_ = true;
    [all...]

Completed in 387 milliseconds