Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser.h740 void ReportUnexpectedTokenAt(
H A Dparser-base.h1653 return impl()->ReportUnexpectedTokenAt(scanner_->location(), token); in ReportUnexpectedToken()
2131 impl()->ReportUnexpectedTokenAt(ellipsis, Token::ELLIPSIS); in ParseArrowParametersWithRest()
2498 impl()->ReportUnexpectedTokenAt( in ParseClassPropertyDefinition()
4518 impl()->ReportUnexpectedTokenAt(scanner_->peek_location(), Token::ARROW); in ParseArrowFunctionLiteral()
H A Dpreparser.h1126 V8_INLINE void ReportUnexpectedTokenAt( in ReportUnexpectedTokenAt() function in v8::internal::PreParser
H A Dparser.cc91 void Parser::ReportUnexpectedTokenAt(Scanner::Location location, in ReportUnexpectedTokenAt() function in v8::internal::Parser

Completed in 21 milliseconds