Searched defs:AllowsLazyCompilation (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ | ||
D | scopes.cc | 705 bool Scope::AllowsLazyCompilation() const { in AllowsLazyCompilation() function in v8::internal::Scope |
D | ast.cc | 132 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral |
D | preparser.h | 954 bool AllowsLazyCompilation() const { return false; } in AllowsLazyCompilation() function |