Searched refs:JERRY_UNUSED_3 (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/jrt/ |
D | jrt.h | 38 #define JERRY_UNUSED_3(_1, _2, _3) JERRY_UNUSED (_1), JERRY_UNUSED_2 (_2, _3) macro 39 #define JERRY_UNUSED_4(_1, _2, _3, _4) JERRY_UNUSED (_1), JERRY_UNUSED_3 (_2, _3, _4)
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-proxy-object.c | 112 JERRY_UNUSED_3 (this_val, args_p, args_count); in ecma_proxy_revoke_cb()
|