Searched refs:ReportMessageAt (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | pending-compilation-error-handler.h | 33 void ReportMessageAt(int start_position, int end_position, 47 void ReportMessageAt(int start_position, int end_position, 61 void ReportMessageAt(int start_position, int end_position,
|
/external/v8/src/parsing/ |
D | preparser.cc | 23 void PreParserTraits::ReportMessageAt(Scanner::Location location, in ReportMessageAt() function in v8::internal::PreParserTraits 27 ReportMessageAt(location.beg_pos, location.end_pos, message, arg, error_type); in ReportMessageAt() 31 void PreParserTraits::ReportMessageAt(int start_pos, int end_pos, in ReportMessageAt() function in v8::internal::PreParserTraits 246 PreParserTraits::ReportMessageAt( in ParseStatementList() 375 ReportMessageAt(scanner()->peek_location(), in ParseSubStatement() 404 ReportMessageAt(scanner()->location(), in ParseHoistableDeclaration() 581 PreParserTraits::ReportMessageAt( in ParseVariableDeclarations() 608 PreParserTraits::ReportMessageAt( in ParseFunctionDeclaration() 772 ReportMessageAt(scanner()->location(), MessageTemplate::kStrictWith); in ParseWithStatement() 879 PreParserTraits::ReportMessageAt( in ParseForStatement() [all …]
|
D | parser-base.h | 725 ReportMessageAt(octal, message); in CheckOctalLiteral() 767 Traits::ReportMessageAt(function_name_loc, in CheckFunctionName() 773 Traits::ReportMessageAt(function_name_loc, in CheckFunctionName() 802 Traits::ReportMessageAt(source_location, message, arg, error_type); 805 void ReportMessageAt(Scanner::Location location, 808 Traits::ReportMessageAt(location, message, reinterpret_cast<const char*>(0), 824 Traits::ReportMessageAt(error.location, error.message, error.arg, in ReportClassifierError() 900 Traits::ReportMessageAt(scanner()->location(), in ValidateArrowFormalParameters() 1302 Traits::ReportMessageAt(source_location, message, arg); in ReportUnexpectedTokenAt() 1603 ReportMessageAt(scanner()->peek_location(), in ParsePrimaryExpression() [all …]
|
D | parser.cc | 563 void ParserTraits::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt() function in v8::internal::ParserTraits 572 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos, in ReportMessageAt() 581 ReportMessageAt(source_location, message, arg, error_type); in ReportMessage() 589 ReportMessageAt(source_location, message, arg, error_type); in ReportMessage() 593 void ParserTraits::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt() function in v8::internal::ParserTraits 603 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos, in ReportMessageAt() 1239 ParserTraits::ReportMessageAt( in ParseStatementList() 1658 ParserTraits::ReportMessageAt( in ParseExportDefault() 1723 ReportMessageAt(reserved_loc, MessageTemplate::kUnexpectedReserved); in ParseExportDeclaration() 1735 ParserTraits::ReportMessageAt(export_locations[i], in ParseExportDeclaration() [all …]
|
D | preparser.h | 753 void ReportMessageAt(Scanner::Location location, 757 void ReportMessageAt(int start_pos, int end_pos,
|
D | parser.h | 464 void ReportMessageAt(Scanner::Location source_location, 472 void ReportMessageAt(Scanner::Location source_location,
|