Searched refs:dupe_error_loc (Results 1 – 2 of 2) sorted by relevance
823 Scanner::Location dupe_error_loc = Scanner::Location::invalid(); in ParseFunctionLiteral() local842 if (!dupe_error_loc.IsValid() && prev_value != 0) { in ParseFunctionLiteral()843 dupe_error_loc = scanner()->location(); in ParseFunctionLiteral()884 if (dupe_error_loc.IsValid()) { in ParseFunctionLiteral()885 ReportMessageAt(dupe_error_loc, "strict_param_dupe"); in ParseFunctionLiteral()
3410 Scanner::Location dupe_error_loc = Scanner::Location::invalid(); in ParseFunctionLiteral() local3428 if (!dupe_error_loc.IsValid() && scope_->IsDeclared(param_name)) { in ParseFunctionLiteral()3430 dupe_error_loc = scanner()->location(); in ParseFunctionLiteral()3539 if (dupe_error_loc.IsValid()) { in ParseFunctionLiteral()3540 ReportMessageAt(dupe_error_loc, "strict_param_dupe"); in ParseFunctionLiteral()