Home
last modified time | relevance | path

Searched defs:AllowsLazyCompilation (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dscopes.cc705 bool Scope::AllowsLazyCompilation() const { in AllowsLazyCompilation() function in v8::internal::Scope
Dast.cc132 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral
Dpreparser.h954 bool AllowsLazyCompilation() const { return false; } in AllowsLazyCompilation() function