Searched refs:LEXER_IS_BINARY_LVALUE_TOKEN (Results 1 – 3 of 3) sorted by relevance
80 #define LEXER_IS_BINARY_LVALUE_TOKEN(token_type) \ macro
152 || LEXER_IS_BINARY_LVALUE_TOKEN (context_p->token.type)))); in parser_check_invalid_new_target()1483 || LEXER_IS_BINARY_LVALUE_TOKEN (context_p->stack_top_uint8)); in parser_is_assignment_expr()2512 if (LEXER_IS_BINARY_LVALUE_TOKEN (context_p->token.type)) in parser_append_binary_token()2646 else if (LEXER_IS_BINARY_LVALUE_TOKEN (token)) in parser_process_binary_opcodes()
3480 JERRY_ASSERT (LEXER_IS_BINARY_LVALUE_TOKEN (token)); in lexer_convert_binary_lvalue_token_to_binary()