Searched defs:source_location (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.cc580 void ParserTraits::ReportMessageAt(Scanner::Location source_location, argument
591 parser_->pending_error_location_ = source_location;
602 Scanner::Location source_location = parser_->scanner()->location(); local
603 ReportMessageAt(source_location, message, arg, is_reference_error);
610 Scanner::Location source_location = parser_->scanner()->location(); local
611 ReportMessageAt(source_location, message, arg, is_reference_error);
615 void ParserTraits::ReportMessageAt(Scanner::Location source_location, argument
626 parser_->pending_error_location_ = source_location;
H A Dpreparser.h446 Scanner::Location source_location = scanner()->location(); local
447 Traits::ReportMessageAt(source_location, message, arg, is_reference_error);
1609 Scanner::Location source_location = scanner()->location(); local
1614 return ReportMessageAt(source_location, "unexpected_eos");
1616 return ReportMessageAt(source_location, "unexpected_token_number");
1618 return ReportMessageAt(source_location, "unexpected_token_string");
1620 return ReportMessageAt(source_location, "unexpected_token_identifier");
1622 return ReportMessageAt(source_location, "unexpected_reserved");
1626 return ReportMessageAt(source_location, strict_mode() == SLOPPY
1631 Traits::ReportMessageAt(source_location, "unexpected_toke
[all...]

Completed in 354 milliseconds