Lines Matching refs:ReportMessageAt
42 void PreParserTraits::ReportMessageAt(Scanner::Location location, in ReportMessageAt() function in v8::internal::PreParserTraits
46 ReportMessageAt(location.beg_pos, in ReportMessageAt()
54 void PreParserTraits::ReportMessageAt(int start_pos, in ReportMessageAt() function in v8::internal::PreParserTraits
306 PreParserTraits::ReportMessageAt(start_location.beg_pos, in ParseStatement()
447 ReportMessageAt(scanner()->peek_location(), "unprotected_const"); in ParseVariableDeclarations()
454 ReportMessageAt(location, "strict_const"); in ParseVariableDeclarations()
462 ReportMessageAt(scanner()->peek_location(), "unprotected_let"); in ParseVariableDeclarations()
606 ReportMessageAt(scanner()->location(), "strict_mode_with"); in ParseWithStatement()
750 ReportMessageAt(scanner()->location(), "newline_after_throw"); in ParseThrowStatement()
778 ReportMessageAt(scanner()->location(), "no_catch_or_finally"); in ParseTryStatement()
894 ReportMessageAt(function_name_location, "strict_eval_arguments"); in ParseFunctionLiteral()
899 ReportMessageAt(function_name_location, "unexpected_strict_reserved"); in ParseFunctionLiteral()
904 ReportMessageAt(eval_args_error_loc, "strict_eval_arguments"); in ParseFunctionLiteral()
909 ReportMessageAt(dupe_error_loc, "strict_param_dupe"); in ParseFunctionLiteral()
914 ReportMessageAt(reserved_error_loc, "unexpected_strict_reserved"); in ParseFunctionLiteral()