Home
last modified time | relevance | path

Searched defs:c_arg_cnt (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-ext/arg/
Darg.c41 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_args()
75jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_this_and_args()
113jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_object_properties()
176 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_array()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.h53 jerry_length_t c_arg_cnt; /**< the count of the `c_arg_p` array */ member
62 jerry_length_t c_arg_cnt; /**< the count of the `c_arg_p` array */ member