Searched refs:AllowsLazyCompilation (Results 1 – 7 of 7) sorted by relevance
192 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral193 return scope()->AllowsLazyCompilation(); in AllowsLazyCompilation()
528 bool AllowsLazyCompilation() const;
770 return AllowsLazyCompilation(); in AllowsLazyParsing()774 bool Scope::AllowsLazyCompilation() const { return !force_eager_compilation_; } in AllowsLazyCompilation() function in v8::internal::Scope
2649 bool AllowsLazyCompilation();
232 literal()->scope()->AllowsLazyCompilation() && in ShouldSelfOptimize()1631 bool allow_lazy = literal->AllowsLazyCompilation() && in GetSharedFunctionInfo()1684 result->set_allows_lazy_compilation(literal->AllowsLazyCompilation()); in GetSharedFunctionInfo()
13780 shared_info->set_allows_lazy_compilation(lit->AllowsLazyCompilation()); in InitFromFunctionLiteral()
956 …40^HTMLParserThrea^chrome ^[.] v8::internal::FunctionLiteral::AllowsLazyCompilation()958 --- v8::internal::FunctionLiteral::AllowsLazyCompilation()