Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h52 #define LEXER_IS_UNARY_LVALUE_OP_TOKEN(token_type) \ macro
Djs-parser-expr.c2292 if (LEXER_IS_UNARY_LVALUE_OP_TOKEN (token)) in parser_process_unary_expression()