Searched refs:AllowsLazyParsingWithoutUnresolvedVariables (Results 1 – 6 of 6) sorted by relevance
180 bool AllowsLazyParsingWithoutUnresolvedVariables() const {181 return scope()->AllowsLazyParsingWithoutUnresolvedVariables(
1005 bool AllowsLazyParsingWithoutUnresolvedVariables() const { return false; }
2538 const bool is_top_level = AllowsLazyParsingWithoutUnresolvedVariables(); in ParseFunctionLiteral()
4398 can_preparse && impl()->AllowsLazyParsingWithoutUnresolvedVariables(); in ParseArrowFunctionLiteral()
413 bool AllowsLazyParsingWithoutUnresolvedVariables(const Scope* outer) const; in NON_EXPORTED_BASE()
1376 bool Scope::AllowsLazyParsingWithoutUnresolvedVariables( in AllowsLazyParsingWithoutUnresolvedVariables() function in v8::internal::Scope