Home
last modified time | relevance | path

Searched refs:ReportUnexpectedTokenAt (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h562 void ReportUnexpectedTokenAt(
1023 return ReportUnexpectedTokenAt(scanner_->location(), token); in ReportUnexpectedToken()
1028 void ParserBase<Traits>::ReportUnexpectedTokenAt( in ReportUnexpectedTokenAt() function
1686 ReportUnexpectedTokenAt(scanner()->location(), name_token); in ParsePropertyDefinition()
1729 ReportUnexpectedTokenAt(scanner()->location(), name_token); in ParsePropertyDefinition()
3036 ReportUnexpectedTokenAt(scanner_->peek_location(), Token::ARROW); in ParseArrowFunctionLiteral()