/external/v8/src/parsing/ |
D | preparser.cc | 24 void PreParserTraits::ReportMessageAt(Scanner::Location location, in ReportMessageAt() function in v8::internal::PreParserTraits 28 ReportMessageAt(location.beg_pos, location.end_pos, message, arg, error_type); in ReportMessageAt() 32 void PreParserTraits::ReportMessageAt(int start_pos, int end_pos, in ReportMessageAt() function in v8::internal::PreParserTraits 139 ReportMessageAt(Scanner::Location(start_position, start_position + 1), in PreParseLazyFunction() 241 ReportMessageAt(this_loc, MessageTemplate::kStrongConstructorThis); in ParseStatementList() 247 ReportMessageAt(super_loc, MessageTemplate::kStrongConstructorSuper); in ParseStatementList() 267 PreParserTraits::ReportMessageAt( in ParseStatementList() 283 PreParserTraits::ReportMessageAt( in ParseStatementList() 360 PreParserTraits::ReportMessageAt(scanner()->peek_location(), in ParseSubStatement() 406 PreParserTraits::ReportMessageAt(start_location.beg_pos, in ParseSubStatement() [all …]
|
D | parser-base.h | 451 ReportMessageAt(scanner()->location(), MessageTemplate::kStrongForIn); in CheckInOrOf() 471 ReportMessageAt(octal, message); in CheckOctalLiteral() 501 Traits::ReportMessageAt(function_name_loc, in CheckFunctionName() 507 Traits::ReportMessageAt(function_name_loc, in CheckFunctionName() 513 Traits::ReportMessageAt(function_name_loc, in CheckFunctionName() 547 Traits::ReportMessageAt(source_location, message, arg, error_type); 550 void ReportMessageAt(Scanner::Location location, 553 Traits::ReportMessageAt(location, message, reinterpret_cast<const char*>(0), 568 Traits::ReportMessageAt(error.location, error.message, error.arg, in ReportClassifierError() 635 Traits::ReportMessageAt(scanner()->location(), in ValidateArrowFormalParameters() [all …]
|
D | parser.cc | 527 void ParserTraits::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt() function in v8::internal::ParserTraits 536 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos, in ReportMessageAt() 545 ReportMessageAt(source_location, message, arg, error_type); in ReportMessage() 553 ReportMessageAt(source_location, message, arg, error_type); in ReportMessage() 557 void ParserTraits::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt() function in v8::internal::ParserTraits 567 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos, in ReportMessageAt() 1154 ReportMessageAt(this_loc, MessageTemplate::kStrongConstructorThis); in ParseStatementList() 1160 ReportMessageAt(super_loc, MessageTemplate::kStrongConstructorSuper); in ParseStatementList() 1204 ParserTraits::ReportMessageAt( in ParseStatementList() 1217 ParserTraits::ReportMessageAt( in ParseStatementList() [all …]
|
D | preparser.h | 730 void ReportMessageAt(Scanner::Location location, 734 void ReportMessageAt(int start_pos, int end_pos,
|
D | parser.h | 465 void ReportMessageAt(Scanner::Location source_location, 473 void ReportMessageAt(Scanner::Location source_location,
|
/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,
|
D | api.cc | 1617 pending_error_handler_.ReportMessageAt( in BindToCurrentContext()
|
/external/v8/src/ast/ |
D | scopes.cc | 888 top->pending_error_handler_.ReportMessageAt(start_position, end_position, in ReportMessage()
|