Home
last modified time | relevance | path

Searched refs:AllowsLazyCompilation (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dast.cc114 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral
115 return scope()->AllowsLazyCompilation(); in AllowsLazyCompilation()
Dscopes.h272 bool AllowsLazyCompilation() const;
Dcompiler.cc437 bool allow_lazy = literal->AllowsLazyCompilation() && in BuildBoilerplate()
Dscopes.cc358 bool Scope::AllowsLazyCompilation() const { in AllowsLazyCompilation() function in v8::internal::Scope
Dast.h1402 bool AllowsLazyCompilation();