Searched refs:AllowsLazyCompilation (Results 1 – 7 of 7) sorted by relevance
522 bool AllowsLazyCompilation() const;
213 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral214 return scope()->AllowsLazyCompilation(); in AllowsLazyCompilation()
735 return AllowsLazyCompilation(); in AllowsLazyParsing()739 bool Scope::AllowsLazyCompilation() const { return !force_eager_compilation_; } in AllowsLazyCompilation() function in v8::internal::Scope
2611 bool AllowsLazyCompilation();
170 literal()->scope()->AllowsLazyCompilation() && in ShouldSelfOptimize()1671 bool allow_lazy = literal->AllowsLazyCompilation() && !info.is_debug(); in GetSharedFunctionInfo()
13282 shared_info->set_allows_lazy_compilation(lit->AllowsLazyCompilation()); in InitFromFunctionLiteral()
956 …40^HTMLParserThrea^chrome ^[.] v8::internal::FunctionLiteral::AllowsLazyCompilation()958 --- v8::internal::FunctionLiteral::AllowsLazyCompilation()