Searched refs:AllowsLazyCompilationWithoutContext (Results 1 – 5 of 5) sorted by relevance
525 bool AllowsLazyCompilationWithoutContext() const;
218 bool FunctionLiteral::AllowsLazyCompilationWithoutContext() { in AllowsLazyCompilationWithoutContext() function in v8::internal::FunctionLiteral219 return scope()->AllowsLazyCompilationWithoutContext(); in AllowsLazyCompilationWithoutContext()
742 bool Scope::AllowsLazyCompilationWithoutContext() const { in AllowsLazyCompilationWithoutContext() function in v8::internal::Scope
2612 bool AllowsLazyCompilationWithoutContext();
13284 lit->AllowsLazyCompilationWithoutContext()); in InitFromFunctionLiteral()