Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h370 bool AllowsLazyCompilationWithoutContext() const;
Dast.cc137 bool FunctionLiteral::AllowsLazyCompilationWithoutContext() { in AllowsLazyCompilationWithoutContext() function in v8::internal::FunctionLiteral
138 return scope()->AllowsLazyCompilationWithoutContext(); in AllowsLazyCompilationWithoutContext()
Dcompiler.cc592 lit->AllowsLazyCompilationWithoutContext()); in SetFunctionInfo()
1268 bool allow_lazy_without_ctx = literal->AllowsLazyCompilationWithoutContext(); in BuildFunctionInfo()
Dscopes.cc710 bool Scope::AllowsLazyCompilationWithoutContext() const { in AllowsLazyCompilationWithoutContext() function in v8::internal::Scope
Dast.h2359 bool AllowsLazyCompilationWithoutContext();