Searched refs:dupe_loc (Results 1 – 1 of 1) sorted by relevance
3557 Scanner::Location dupe_loc = Scanner::NoLocation(); in ParseFunctionLiteral() local3570 if (!dupe_loc.IsValid() && top_scope_->IsDeclared(param_name)) { in ParseFunctionLiteral()3571 dupe_loc = scanner().location(); in ParseFunctionLiteral()3671 if (dupe_loc.IsValid()) { in ParseFunctionLiteral()3672 ReportMessageAt(dupe_loc, "strict_param_dupe", in ParseFunctionLiteral()