Searched refs:AllowsLazyParsingWithoutUnresolvedVariables (Results 1 – 6 of 6) sorted by relevance
241 bool AllowsLazyParsingWithoutUnresolvedVariables() const {242 return scope()->AllowsLazyParsingWithoutUnresolvedVariables(
963 bool AllowsLazyParsingWithoutUnresolvedVariables() const { return false; }
2576 can_preparse && impl()->AllowsLazyParsingWithoutUnresolvedVariables(); in ParseFunctionLiteral()
4152 can_preparse && impl()->AllowsLazyParsingWithoutUnresolvedVariables(); in ParseArrowFunctionLiteral()
378 bool AllowsLazyParsingWithoutUnresolvedVariables(const Scope* outer) const; in NON_EXPORTED_BASE()
1291 bool Scope::AllowsLazyParsingWithoutUnresolvedVariables( in AllowsLazyParsingWithoutUnresolvedVariables() function in v8::internal::Scope