Lines Matching defs:ReportMessage
668 ReportMessage("single_function_literal", Vector<const char*>::empty());
806 void Parser::ReportMessage(const char* message, Vector<const char*> args) {
812 void Parser::ReportMessage(const char* message, Vector<Handle<String> > args) {
1085 ReportMessage("module_export_undefined",
1125 ReportMessage("invalid_module_path", Vector<Handle<String> >(&name, 1));
1235 ReportMessage("invalid_module_path", Vector<Handle<String> >(&name, 1));
1526 ReportMessage("redeclaration", args);
1622 ReportMessage("module_type_error", Vector<Handle<String> >(&name, 1));
1838 ReportMessage("strict_const", Vector<const char*>::empty());
1845 ReportMessage("unprotected_const", Vector<const char*>::empty());
1862 ReportMessage("illegal_let", Vector<const char*>::empty());
1869 ReportMessage("unprotected_let", Vector<const char*>::empty());
1908 ReportMessage("strict_var_name", Vector<const char*>::empty());
2150 ReportMessage("redeclaration", args);
2342 ReportMessage("strict_mode_with", Vector<const char*>::empty());
2375 ReportMessage("multiple_defaults_in_switch",
2432 ReportMessage("newline_after_throw", Vector<const char*>::empty());
2468 ReportMessage("no_catch_or_finally", Vector<const char*>::empty());
2491 ReportMessage("strict_catch_variable", Vector<const char*>::empty());
3175 ReportMessage("strict_delete", Vector<const char*>::empty());
3486 return ReportMessage("unexpected_eos", Vector<const char*>::empty());
3488 return ReportMessage("unexpected_token_number",
3491 return ReportMessage("unexpected_token_string",
3494 return ReportMessage("unexpected_token_identifier",
3497 return ReportMessage("unexpected_reserved",
3501 return ReportMessage(top_scope_->is_classic_mode() ?
3508 ReportMessage("unexpected_token", Vector<const char*>(&name, 1));
3516 ReportMessage("invalid_preparser_data",
3880 ReportMessage("unterminated_regexp", Vector<const char*>::empty());
4424 ReportMessage("not_isvar", Vector<const char*>::empty());
4434 ReportMessage("illegal_access", Vector<const char*>::empty());
4441 ReportMessage("not_defined", Vector<Handle<String> >(&name, 1));
4579 ReportMessage(error, Vector<const char*>::empty());