Home
last modified time | relevance | path

Searched refs:LEXER_PLUS (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h51 ((token_type) >= LEXER_PLUS && (token_type) <= LEXER_DECREASE)
55 LEXER_PLUS, /**< "+" */ enumerator
225 ((((token_type) - LEXER_PLUS) * 2) + CBC_PLUS)
Djs-parser-expr.c1529 context_p->token.type = LEXER_PLUS; in parser_parse_unary_expression()
1675 if ((context_p->stack_top_uint8 == LEXER_PLUS || context_p->stack_top_uint8 == LEXER_NEGATE) in parser_parse_unary_expression()
1686 while (context_p->stack_top_uint8 == LEXER_PLUS in parser_parse_unary_expression()