Lines Matching defs:c_arg_p
40 const jerryx_arg_t *c_arg_p, /**< points to the array of validation/transformation steps */
41 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */
52 for (; c_arg_cnt != 0 && !jerry_value_is_error (ret); c_arg_cnt--, c_arg_p++)
54 ret = c_arg_p->func (&iterator, c_arg_p);
74 const jerryx_arg_t *c_arg_p, /**< points to the array of transformation steps */
75 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */
89 jerry_value_t ret = c_arg_p->func (&iterator, c_arg_p);
98 return jerryx_arg_transform_args (js_arg_p, js_arg_cnt, c_arg_p + 1, c_arg_cnt - 1);
112 const jerryx_arg_t *c_arg_p, /**< points to the array of transformation steps */
113 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */
155 const jerry_value_t ret = jerryx_arg_transform_args (prop, name_cnt, c_arg_p, c_arg_cnt);
175 const jerryx_arg_t *c_arg_p, /**< points to the array of validation/transformation steps */
176 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */
216 const jerry_value_t ret = jerryx_arg_transform_args (arr, c_arg_cnt, c_arg_p, c_arg_cnt);