Searched refs:LEXER_COMMA (Results 1 – 8 of 8) sorted by relevance
426 if (context_p->token.type != LEXER_COMMA in parser_module_parse_export_clause()431 else if (context_p->token.type == LEXER_COMMA) in parser_module_parse_export_clause()533 if (context_p->token.type != LEXER_COMMA in parser_module_parse_import_clause()538 else if (context_p->token.type == LEXER_COMMA) in parser_module_parse_import_clause()
305 if (context_p->token.type == LEXER_COMMA) in parser_parse_array_literal()329 if (context_p->token.type == LEXER_COMMA) in parser_parse_array_literal()1103 if ((context_p->token.type == LEXER_RIGHT_BRACE || context_p->token.type == LEXER_COMMA) in parser_parse_object_literal()1151 else if (context_p->token.type != LEXER_COMMA) in parser_parse_object_literal()1505 && context_p->token.type != LEXER_COMMA); in parser_abort_parsing_after_assignment_expression()1902 && context_p->token.type != LEXER_COMMA); in parser_parse_unary_expression()2093 if (context_p->token.type == LEXER_COMMA) in parser_process_unary_expression()2121 if (context_p->token.type != LEXER_COMMA) in parser_process_unary_expression()2966 && context_p->token.type != LEXER_COMMA) in parser_pattern_process_assignment()3002 if (context_p->token.type == LEXER_COMMA) in parser_parse_array_initializer()[all …]
238 case LEXER_COMMA: in scanner_scan_primary_expression()389 if (type == LEXER_COMMA) in scanner_scan_primary_expression_end()1487 if (context_p->token.type == LEXER_COMMA) in scanner_scan_statement()1589 if (context_p->token.type != LEXER_COMMA) in scanner_scan_statement()1769 if (context_p->token.type != LEXER_COMMA) in scanner_scan_statement()2011 if (context_p->token.type != LEXER_COMMA) in scanner_scan_statement_end()2675 case LEXER_COMMA: in scanner_scan_all()2784 if (context_p->token.type != LEXER_COMMA) in scanner_scan_all()2968 && (context_p->token.type == LEXER_COMMA in scanner_scan_all()
137 LEXER_COMMA, /**< "," */ enumerator
218 if (context_p->token.type == LEXER_COMMA || context_p->token.type == LEXER_RIGHT_PAREN) in scanner_check_arrow_arg()
1822 if (context_p->token.type != LEXER_COMMA) in parser_parse_function_arguments()1936 if (context_p->token.type != LEXER_COMMA) in parser_parse_function_arguments()
1544 LEXER_TYPE_A_TOKEN (LIT_CHAR_COMMA, LEXER_COMMA); in lexer_next_token()1964 case LEXER_COMMA: in lexer_check_yield_no_arg()
615 if (context_p->token.type != LEXER_COMMA) in parser_parse_var_statement()2359 if (context_p->token.type == LEXER_COMMA) in parser_parse_import_statement()