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 192 bool FunctionLiteral::AllowsLazyCompilation() {
193 return scope()->AllowsLazyCompilation();
scopes.cc 770 return AllowsLazyCompilation();
774 bool Scope::AllowsLazyCompilation() const { return !force_eager_compilation_; }
    [all...]

Completed in 136 milliseconds