• Home
  • Raw
  • Download

Lines Matching refs:Scanner

103   i::Scanner::Location source_location = scanner_->location();  in ReportUnexpectedToken()
131 i::Scanner::Location octal = scanner_->octal_position(); in CheckOctalLiteral()
272 i::Scanner::Location start_location = scanner_->peek_location(); in ParseStatement()
274 i::Scanner::Location end_location = scanner_->location(); in ParseStatement()
300 i::Scanner::Location location = scanner_->location(); in ParseFunctionDeclaration()
396 i::Scanner::Location location = scanner_->peek_location(); in ParseVariableDeclarations()
404 i::Scanner::Location location = scanner_->peek_location(); in ParseVariableDeclarations()
421 i::Scanner::Location location = scanner_->peek_location(); in ParseVariableDeclarations()
430 i::Scanner::Location location = scanner_->peek_location(); in ParseVariableDeclarations()
575 i::Scanner::Location location = scanner_->location(); in ParseWithStatement()
709 i::Scanner::Location pos = scanner_->location(); in ParseThrowStatement()
814 i::Scanner::Location before = scanner_->peek_location(); in ParseAssignmentExpression()
825 i::Scanner::Location after = scanner_->location(); in ParseAssignmentExpression()
909 i::Scanner::Location before = scanner_->peek_location(); in ParseUnaryExpression()
914 i::Scanner::Location after = scanner_->location(); in ParseUnaryExpression()
930 i::Scanner::Location before = scanner_->peek_location(); in ParsePostfixExpression()
937 i::Scanner::Location after = scanner_->location(); in ParsePostfixExpression()
1114 i::Scanner::Location location = scanner_->location(); in ParsePrimaryExpression()
1124 i::Scanner::Location location = scanner_->location(); in ParsePrimaryExpression()
1535 i::Scanner::Location location = scanner_->location(); in ParseIdentifier()
1543 i::Scanner::Location location = scanner_->location(); in ParseIdentifier()
1558 void PreParser::SetStrictModeViolation(i::Scanner::Location location, in SetStrictModeViolation()
1582 i::Scanner::Location location = strict_mode_violation_location_; in CheckDelayedStrictModeViolation()
1591 void PreParser::StrictModeIdentifierViolation(i::Scanner::Location location, in StrictModeIdentifierViolation()