Searched refs:LEXER_IS_BINARY_OP_TOKEN (Results 1 – 4 of 4) sorted by relevance
73 #define LEXER_IS_BINARY_OP_TOKEN(token_type) \ macro76 #define LEXER_IS_BINARY_OP_TOKEN(token_type) \
2502 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()
3383 && !LEXER_IS_BINARY_OP_TOKEN (context_p->token.type) in lexer_string_is_directive()
368 if (LEXER_IS_BINARY_OP_TOKEN (type) in scanner_scan_post_primary_expression()