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

  /external/v8/src/ast/
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...]

Completed in 41 milliseconds