Lines Matching refs:Scanner
71 ParserBase(Scanner* scanner, uintptr_t stack_limit, v8::Extension* extension, in ParserBase()
285 Scanner* scanner() const { return scanner_; } in scanner()
382 Scanner::Location octal = scanner()->octal_position(); in CheckOctalLiteral()
397 const Scanner::Location& function_name_loc, in CheckStrictFunctionNameAndParameters()
398 const Scanner::Location& eval_args_error_loc, in CheckStrictFunctionNameAndParameters()
399 const Scanner::Location& dupe_error_loc, in CheckStrictFunctionNameAndParameters()
400 const Scanner::Location& reserved_loc, in CheckStrictFunctionNameAndParameters()
446 Scanner::Location source_location = scanner()->location();
450 void ReportMessageAt(Scanner::Location location, const char* message,
506 Scanner::Location function_name_location,
515 Scanner::Location location, const char* message, bool* ok);
550 Scanner* scanner() const { return parser_->scanner(); } in scanner()
586 Scanner* scanner_;
1257 void ReportMessageAt(Scanner::Location location,
1300 PreParserIdentifier GetSymbol(Scanner* scanner);
1301 PreParserIdentifier GetNumberAsSymbol(Scanner* scanner);
1303 static PreParserIdentifier GetNextSymbol(Scanner* scanner) { in GetNextSymbol()
1327 Token::Value token, int pos, Scanner* scanner, in ExpressionFromLiteral()
1339 Scanner* scanner,
1373 Scanner::Location* dupe_loc, in DeclareArrowParametersFromExpression()
1387 PreParserIdentifier name, Scanner::Location function_name_location,
1420 PreParser(Scanner* scanner, ParserRecorder* log, uintptr_t stack_limit) in PreParser()
1522 Identifier name, Scanner::Location function_name_location,
1609 Scanner::Location source_location = scanner()->location(); in ReportUnexpectedToken()
1838 Scanner::Location class_name_location = Scanner::Location::invalid(); in ParsePrimaryExpression()
2144 Scanner::Location lhs_location = scanner()->peek_location(); in ParseAssignmentExpression()
2353 Scanner::Location lhs_location = scanner()->peek_location(); in ParseUnaryExpression()
2376 Scanner::Location lhs_location = scanner()->peek_location(); in ParsePostfixExpression()
2532 Scanner::Location function_name_location = Scanner::Location::invalid(); in ParseMemberExpression()
2555 ReportMessageAt(Scanner::Location(beg_pos, position()), in ParseMemberExpression()
2626 Scanner::Location dupe_error_loc = Scanner::Location::invalid(); in ParseArrowFunctionLiteral()
2631 Scanner::Location(start_pos, scanner()->location().beg_pos), in ParseArrowFunctionLiteral()
2637 ReportMessageAt(Scanner::Location(params_ast->position(), position()), in ParseArrowFunctionLiteral()
2682 Scanner::Location function_name_loc = Scanner::Location::invalid(); in ParseArrowFunctionLiteral()
2683 Scanner::Location eval_args_error_loc = Scanner::Location::invalid(); in ParseArrowFunctionLiteral()
2684 Scanner::Location reserved_loc = Scanner::Location::invalid(); in ParseArrowFunctionLiteral()
2722 IdentifierT name, Scanner::Location class_name_location, in ParseClassLiteral()
2784 Scanner::Location location, const char* message, bool* ok) { in CheckAndRewriteReferenceExpression()