Lines Matching refs:Scanner
371 Scanner::Location ScriptDataImpl::MessageLocation() { in MessageLocation()
374 return Scanner::Location(beg_pos, end_pos); in MessageLocation()
759 Scanner::Location source_location = scanner().location(); in ReportMessage()
765 Scanner::Location source_location = scanner().location(); in ReportMessage()
770 void Parser::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt()
788 void Parser::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt()
1124 Scanner::Location token_loc = scanner().peek_location(); in ParseSourceElements()
3929 Scanner::Location loc,
3959 Scanner::Location loc, in CheckProperty()
4113 Scanner::Location loc = scanner().peek_location(); in ParseObjectLiteral()
4416 Scanner::Location name_loc = Scanner::Location::invalid(); in ParseFunctionLiteral()
4417 Scanner::Location dupe_loc = Scanner::Location::invalid(); in ParseFunctionLiteral()
4418 Scanner::Location reserved_loc = Scanner::Location::invalid(); in ParseFunctionLiteral()
4538 ReportMessageAt(Scanner::Location(logger.start(), logger.end()), in ParseFunctionLiteral()
4587 Scanner::Location location = Scanner::Location(position, start_pos); in ParseFunctionLiteral()
4610 Scanner::Location location = Scanner::Location(position, start_pos); in ParseFunctionLiteral()
4865 Scanner::Location octal = scanner().octal_position(); in CheckOctalLiteral()
4887 Scanner::Location location = position == RelocInfo::kNoPosition in CheckConflictingVarDeclarations()
4888 ? Scanner::Location::invalid() in CheckConflictingVarDeclarations()
4889 : Scanner::Location(position, position + 1); in CheckConflictingVarDeclarations()
5898 Scanner scanner(isolate->unicode_cache()); in DoPreParse()
6006 Scanner::Location loc = pre_data->MessageLocation(); in Parse()