Home
last modified time | relevance | path

Searched refs:LEXER_IS_UNARY_OP_TOKEN (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h50 #define LEXER_IS_UNARY_OP_TOKEN(token_type) \ macro
Djs-parser-expr.c1587 || !LEXER_IS_UNARY_OP_TOKEN (context_p->token.type)) in parser_parse_unary_expression()
2272 if (!LEXER_IS_UNARY_OP_TOKEN (token)) in parser_process_unary_expression()
Djs-scanner.c2368 || LEXER_IS_UNARY_OP_TOKEN (type)) in scanner_scan_all()