Searched refs:AllowsLazyCompilation (Results 1 – 8 of 8) sorted by relevance
367 bool AllowsLazyCompilation() const;
277 function()->scope()->AllowsLazyCompilation() && in ShouldSelfOptimize()590 function_info->set_allows_lazy_compilation(lit->AllowsLazyCompilation()); in SetFunctionInfo()1269 bool allow_lazy = literal->AllowsLazyCompilation() && in BuildFunctionInfo()
132 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral133 return scope()->AllowsLazyCompilation(); in AllowsLazyCompilation()
705 bool Scope::AllowsLazyCompilation() const { in AllowsLazyCompilation() function in v8::internal::Scope
954 bool AllowsLazyCompilation() const { return false; } in AllowsLazyCompilation() function2649 (mode() == PARSE_LAZILY && scope_->AllowsLazyCompilation()); in ParseArrowFunctionLiteral()
334 info->function()->scope()->AllowsLazyCompilation()); in MakeCode()
2358 bool AllowsLazyCompilation();
3648 scope_->AllowsLazyCompilation() && in ParseFunctionLiteral()