Home
last modified time | relevance | path

Searched refs:LEXER_MULTIPLY (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h121 LEXER_MULTIPLY, /**< "*" (prec: 14) */ enumerator
Djs-scanner.c264 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()
Djs-parser-expr.c661 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()
Djs-parser-statm.c2331 || 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()
Djs-lexer.c1737 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()