Home
last modified time | relevance | path

Searched refs:JERRY_UNUSED_4 (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/jrt/
H A Djrt.h39 #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/
H A Dopcodes.c774 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()

Completed in 3 milliseconds