• Home
  • Raw
  • Download

Lines Matching refs:ReportMessage

768 void Parser::ReportMessage(const char* type, Vector<const char*> args) {  in ReportMessage()  function in v8::internal::Parser
1526 ReportMessage("strict_const", Vector<const char*>::empty()); in ParseVariableDeclarations()
1562 ReportMessage("strict_var_name", Vector<const char*>::empty()); in ParseVariableDeclarations()
1768 ReportMessage("redeclaration", args); in ParseExpressionOrLabelledStatement()
1954 ReportMessage("strict_mode_with", Vector<const char*>::empty()); in ParseWithStatement()
1979 ReportMessage("multiple_defaults_in_switch", in ParseCaseClause()
2034 ReportMessage("newline_after_throw", Vector<const char*>::empty()); in ParseThrowStatement()
2073 ReportMessage("no_catch_or_finally", Vector<const char*>::empty()); in ParseTryStatement()
2093 ReportMessage("strict_catch_variable", Vector<const char*>::empty()); in ParseTryStatement()
2564 ReportMessage("strict_delete", Vector<const char*>::empty()); in ParseUnaryExpression()
2820 return ReportMessage("unexpected_eos", Vector<const char*>::empty()); in ReportUnexpectedToken()
2822 return ReportMessage("unexpected_token_number", in ReportUnexpectedToken()
2825 return ReportMessage("unexpected_token_string", in ReportUnexpectedToken()
2828 return ReportMessage("unexpected_token_identifier", in ReportUnexpectedToken()
2831 return ReportMessage(top_scope_->is_strict_mode() ? in ReportUnexpectedToken()
2838 ReportMessage("unexpected_token", Vector<const char*>(&name, 1)); in ReportUnexpectedToken()
2846 ReportMessage("invalid_preparser_data", in ReportInvalidPreparseData()
3478 ReportMessage("unterminated_regexp", Vector<const char*>::empty()); in ParseRegExpLiteral()
3742 ReportMessage("unable_to_parse", Vector<const char*>::empty()); in ParseV8Intrinsic()
3752 ReportMessage("illegal_access", Vector<const char*>::empty()); in ParseV8Intrinsic()
3873 ReportMessage(error, Vector<const char*>::empty()); in CheckStrictModeLValue()