HomeSort by relevance Sort by last modified time
    Searched full:allowslazycompilation (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
compilation-info.cc 130 literal()->scope()->AllowsLazyCompilation() &&
  /external/v8/src/ast/
ast.cc 325 bool FunctionLiteral::AllowsLazyCompilation() {
326 return scope()->AllowsLazyCompilation();
    [all...]
scopes.h 828 bool AllowsLazyCompilation() const;
    [all...]
scopes.cc     [all...]
ast.h     [all...]

Completed in 86 milliseconds