Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h80 #define LEXER_IS_BINARY_LVALUE_TOKEN(token_type) \ macro
Djs-parser-expr.c152 || 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()
Djs-lexer.c3480 JERRY_ASSERT (LEXER_IS_BINARY_LVALUE_TOKEN (token)); in lexer_convert_binary_lvalue_token_to_binary()