Searched refs:AllowsLazyCompilationWithoutContext (Results 1 – 5 of 5) sorted by relevance
370 bool AllowsLazyCompilationWithoutContext() const;
137 bool FunctionLiteral::AllowsLazyCompilationWithoutContext() { in AllowsLazyCompilationWithoutContext() function in v8::internal::FunctionLiteral138 return scope()->AllowsLazyCompilationWithoutContext(); in AllowsLazyCompilationWithoutContext()
592 lit->AllowsLazyCompilationWithoutContext()); in SetFunctionInfo()1268 bool allow_lazy_without_ctx = literal->AllowsLazyCompilationWithoutContext(); in BuildFunctionInfo()
710 bool Scope::AllowsLazyCompilationWithoutContext() const { in AllowsLazyCompilationWithoutContext() function in v8::internal::Scope
2359 bool AllowsLazyCompilationWithoutContext();