Searched refs:LEXER_THREE_DOTS (Results 1 – 6 of 6) sorted by relevance
180 if (context_p->token.type == LEXER_THREE_DOTS) in scanner_check_arrow_arg()453 case LEXER_THREE_DOTS: in scanner_scan_bracket()
44 LEXER_THREE_DOTS, /**< ... (rest or spread operator) */ enumerator
313 if (context_p->token.type == LEXER_THREE_DOTS) in parser_parse_array_literal()2083 if (context_p->token.type == LEXER_THREE_DOTS) in parser_process_unary_expression()3012 if (context_p->token.type == LEXER_THREE_DOTS) in parser_parse_array_initializer()
227 case LEXER_THREE_DOTS: in scanner_scan_primary_expression()2756 if (context_p->token.type == LEXER_THREE_DOTS) in scanner_scan_all()3032 if (type == LEXER_THREE_DOTS) in scanner_scan_all()
1768 else if (context_p->token.type == LEXER_THREE_DOTS) in parser_parse_function_arguments()
1560 context_p->token.type = LEXER_THREE_DOTS; in lexer_next_token()