Home
last modified time | relevance | path

Searched refs:LEXER_DECREASE (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h51 ((token_type) >= LEXER_PLUS && (token_type) <= LEXER_DECREASE)
53 ((token_type) >= LEXER_KEYW_DELETE && (token_type) <= LEXER_DECREASE)
66 LEXER_DECREASE, /**< "--" */ enumerator
Djs-parser-expr.c2250 && (context_p->token.type == LEXER_INCREASE || context_p->token.type == LEXER_DECREASE) in parser_process_unary_expression()
2277 && last_unary_token != LEXER_DECREASE) in parser_process_unary_expression()
Djs-lexer.c1707 LEXER_ASSIGN_SUBTRACT, LIT_CHAR_MINUS, LEXER_DECREASE) in lexer_next_token()
Djs-scanner.c338 case LEXER_DECREASE: in scanner_scan_post_primary_expression()