Lines Matching refs:ReportMessageAt
451 ReportMessageAt(scanner()->location(), MessageTemplate::kStrongForIn); in CheckInOrOf()
471 ReportMessageAt(octal, message); in CheckOctalLiteral()
501 Traits::ReportMessageAt(function_name_loc, in CheckFunctionName()
507 Traits::ReportMessageAt(function_name_loc, in CheckFunctionName()
513 Traits::ReportMessageAt(function_name_loc, in CheckFunctionName()
547 Traits::ReportMessageAt(source_location, message, arg, error_type);
550 void ReportMessageAt(Scanner::Location location,
553 Traits::ReportMessageAt(location, message, reinterpret_cast<const char*>(0),
568 Traits::ReportMessageAt(error.location, error.message, error.arg, in ReportClassifierError()
635 Traits::ReportMessageAt(scanner()->location(), in ValidateArrowFormalParameters()
1033 Traits::ReportMessageAt(source_location, message, arg); in ReportUnexpectedTokenAt()
1349 ReportMessageAt(scanner()->peek_location(), in ParsePrimaryExpression()
1505 ReportMessageAt(scanner()->peek_location(), in ParseArrayLiteral()
1951 ReportMessageAt(location, MessageTemplate::kUnterminatedArgList); in ParseArguments()
2271 ReportMessageAt(op_location, MessageTemplate::kStrongEqual); in ParseBinaryExpression()
2666 ReportMessageAt(function_state_->this_location(), in ParseStrongInitializationExpression()
2691 ReportMessageAt(function_state_->return_location(), in ParseStrongInitializationExpression()
2730 ReportMessageAt(scanner()->location(), in ParseStrongSuperCallExpression()
2735 ReportMessageAt(scanner()->location(), in ParseStrongSuperCallExpression()
2740 ReportMessageAt(function_state_->return_location(), in ParseStrongSuperCallExpression()
2782 ReportMessageAt(scanner()->location(), in ParseSuperExpression()
2794 ReportMessageAt(scanner()->location(), MessageTemplate::kUnexpectedSuper); in ParseSuperExpression()
2808 ReportMessageAt(scanner()->location(), in ParseNewTargetExpression()
2961 ReportMessageAt(scanner()->peek_location(), in ParseFormalParameterList()
2983 ReportMessageAt(Scanner::Location(formals_start_pos, formals_end_pos), in CheckArityRestrictions()
2990 ReportMessageAt(Scanner::Location(formals_start_pos, formals_end_pos), in CheckArityRestrictions()
2995 ReportMessageAt(Scanner::Location(formals_start_pos, formals_end_pos), in CheckArityRestrictions()
3180 ReportMessageAt(Scanner::Location(start, peek_position()), in ParseTemplateLiteral()
3185 Traits::ReportMessageAt( in ParseTemplateLiteral()
3198 ReportMessageAt(Scanner::Location(expr_pos, peek_position()), in ParseTemplateLiteral()
3211 ReportMessageAt(Scanner::Location(start, pos), in ParseTemplateLiteral()
3216 Traits::ReportMessageAt( in ParseTemplateLiteral()