Searched refs:LEXER_MULTIPLY (Results 1 – 5 of 5) sorted by relevance
121 LEXER_MULTIPLY, /**< "*" (prec: 14) */ enumerator
264 if (context_p->token.type == LEXER_MULTIPLY) in scanner_scan_primary_expression()1386 if (context_p->token.type == LEXER_MULTIPLY) in scanner_scan_statement()1499 if (context_p->token.type == LEXER_MULTIPLY) in scanner_scan_statement()1721 if (context_p->token.type == LEXER_MULTIPLY) in scanner_scan_statement()2484 if (context_p->token.type == LEXER_MULTIPLY) in scanner_scan_all()2490 else if (context_p->token.type == LEXER_MULTIPLY) in scanner_scan_all()2900 || context_p->token.type == LEXER_MULTIPLY in scanner_scan_all()2907 if (context_p->token.type == LEXER_MULTIPLY) in scanner_scan_all()
661 if (context_p->token.type == LEXER_MULTIPLY) in parser_parse_class_literal()1020 case LEXER_MULTIPLY: in parser_parse_object_literal()1030 if (context_p->token.type == LEXER_MULTIPLY) in parser_parse_object_literal()1886 if (context_p->token.type == LEXER_MULTIPLY) in parser_parse_unary_expression()
2331 || context_p->token.type == LEXER_MULTIPLY in parser_parse_import_statement()2362 if (context_p->token.type != LEXER_MULTIPLY in parser_parse_import_statement()2374 if (context_p->token.type == LEXER_MULTIPLY) in parser_parse_import_statement()2498 case LEXER_MULTIPLY: in parser_parse_export_statement()
1737 context_p->token.type = LEXER_MULTIPLY; in lexer_next_token()2001 context_p->token.type = LEXER_MULTIPLY; in lexer_consume_generator()3060 context_p->token.type = LEXER_MULTIPLY; in lexer_expect_object_literal_id()