Searched refs:JERRY_UNUSED_4 (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/jrt/ |
D | jrt.h | 39 #define JERRY_UNUSED_4(_1, _2, _3, _4) JERRY_UNUSED (_1), JERRY_UNUSED_3 (_2, _3, _4) macro 40 #define JERRY_UNUSED_5(_1, _2, _3, _4, _5) JERRY_UNUSED (_1), JERRY_UNUSED_4 (_2, _3, _4, _5)
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes.c | 774 JERRY_UNUSED_4 (function_obj, this_val, args_p, args_count); in ecma_op_implicit_constructor_handler_cb() 798 JERRY_UNUSED_4 (function_obj, this_val, args_p, args_count); in ecma_op_implicit_constructor_handler_heritage_cb()
|