Home
last modified time | relevance | path

Searched refs:LEXER_THREE_DOTS (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-ops.c180 if (context_p->token.type == LEXER_THREE_DOTS) in scanner_check_arrow_arg()
453 case LEXER_THREE_DOTS: in scanner_scan_bracket()
Djs-lexer.h44 LEXER_THREE_DOTS, /**< ... (rest or spread operator) */ enumerator
Djs-parser-expr.c313 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()
Djs-scanner.c227 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()
Djs-parser.c1768 else if (context_p->token.type == LEXER_THREE_DOTS) in parser_parse_function_arguments()
Djs-lexer.c1560 context_p->token.type = LEXER_THREE_DOTS; in lexer_next_token()