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

  /external/v8/src/ast/
scopes.h 522 bool AllowsLazyCompilation() const;
ast.cc 213 bool FunctionLiteral::AllowsLazyCompilation() {
214 return scope()->AllowsLazyCompilation();
    [all...]
scopes.cc 735 return AllowsLazyCompilation();
739 bool Scope::AllowsLazyCompilation() const { return !force_eager_compilation_; }
    [all...]
ast.h     [all...]
  /external/v8/src/
compiler.cc 170 literal()->scope()->AllowsLazyCompilation() &&
    [all...]
objects.cc     [all...]

Completed in 637 milliseconds