Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h73 #define LEXER_IS_BINARY_OP_TOKEN(token_type) \ macro
76 #define LEXER_IS_BINARY_OP_TOKEN(token_type) \
Djs-parser-expr.c2502 JERRY_ASSERT (LEXER_IS_BINARY_OP_TOKEN (context_p->token.type)); in parser_append_binary_token()
2579 if (!LEXER_IS_BINARY_OP_TOKEN (token) in parser_process_binary_opcodes()
3357 if (LEXER_IS_BINARY_OP_TOKEN (context_p->token.type)) in parser_parse_expression()
3409 else if (LEXER_IS_BINARY_OP_TOKEN (context_p->token.type)) in parser_parse_expression()
Djs-lexer.c3383 && !LEXER_IS_BINARY_OP_TOKEN (context_p->token.type) in lexer_string_is_directive()
Djs-scanner.c368 if (LEXER_IS_BINARY_OP_TOKEN (type) in scanner_scan_post_primary_expression()