Searched refs:ReportUnexpectedToken (Results 1 – 4 of 4) sorted by relevance
158 ReportUnexpectedToken(scanner_->current_token()); in PreParse()164 void ReportUnexpectedToken(i::Token::Value token);
470 void ReportUnexpectedToken(Token::Value token);814 Handle<Object> ReportUnexpectedToken() { return Handle<Object>::null(); } in ReportUnexpectedToken() function
1394 ReportUnexpectedToken(Token::NATIVE); in ParseNativeDeclaration()2812 void Parser::ReportUnexpectedToken(Token::Value token) { in ReportUnexpectedToken() function in v8::internal::Parser2953 ReportUnexpectedToken(tok); in ParsePrimaryExpression()3321 ReportUnexpectedToken(next); in ParseObjectLiteralGetSet()3416 ReportUnexpectedToken(next); in ParseObjectLiteral()3780 ReportUnexpectedToken(next); in Expect()3854 ReportUnexpectedToken(next); in ParseIdentifierName()4116 return ReportUnexpectedToken(); in ParseJsonValue()4136 return ReportUnexpectedToken(); in ParseJsonObject()4140 return ReportUnexpectedToken(); in ParseJsonObject()[all …]
65 void PreParser::ReportUnexpectedToken(i::Token::Value token) { in ReportUnexpectedToken() function in v8::preparser::PreParser