Searched refs:CBC_ARGS_EQ (Results 1 – 2 of 2) sorted by relevance
1944 JERRY_ASSERT (CBC_ARGS_EQ (CBC_PUSH_PROP_LITERAL_LITERAL, in parser_process_unary_expression()2620 JERRY_ASSERT (CBC_ARGS_EQ (CBC_ASSIGN_LITERAL_SET_IDENT, in parser_process_binary_opcodes()2677 JERRY_ASSERT (CBC_ARGS_EQ (opcode + CBC_BINARY_WITH_TWO_LITERALS, in parser_process_binary_opcodes()
82 #define CBC_ARGS_EQ(op, types) \ macro