Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h525 bool AllowsLazyCompilationWithoutContext() const;
Dast.cc218 bool FunctionLiteral::AllowsLazyCompilationWithoutContext() { in AllowsLazyCompilationWithoutContext() function in v8::internal::FunctionLiteral
219 return scope()->AllowsLazyCompilationWithoutContext(); in AllowsLazyCompilationWithoutContext()
Dscopes.cc742 bool Scope::AllowsLazyCompilationWithoutContext() const { in AllowsLazyCompilationWithoutContext() function in v8::internal::Scope
Dast.h2612 bool AllowsLazyCompilationWithoutContext();
/external/v8/src/
Dobjects.cc13284 lit->AllowsLazyCompilationWithoutContext()); in InitFromFunctionLiteral()