Searched defs:AllowsLazyCompilation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.cc167 bool FunctionLiteral::AllowsLazyCompilation() { function in class:v8::internal::FunctionLiteral
168 return scope()->AllowsLazyCompilation();
H A Dscopes.cc715 bool Scope::AllowsLazyCompilation() const { function in class:v8::internal::Scope
/external/v8/src/
H A Dast.cc154 bool FunctionLiteral::AllowsLazyCompilation() { function in class:v8::internal::FunctionLiteral
155 return scope()->AllowsLazyCompilation();
H A Dscopes.cc623 bool Scope::AllowsLazyCompilation() const { function in class:v8::internal::Scope

Completed in 363 milliseconds