Lines Matching refs:c_arg_p
51 const jerryx_arg_t *c_arg_p; /**< points to the array of transformation steps */
52 jerry_length_t c_arg_cnt; /**< the count of the `c_arg_p` array */
72 const jerryx_arg_t *c_arg_p; /**< points to the array of transformation steps */
73 jerry_length_t c_arg_cnt; /**< the count of the `c_arg_p` array */
100 a successful transformation into `c_arg_p->dest`. In case the validation did
101 not pass, the transform should not modify `c_arg_p->dest`.
103 Additional parameters can be provided to the function through `c_arg_p->extra_info`.
109 const jerryx_arg_t *c_arg_p);
136 …ptional. If the argument is `undefined` the transform is successful and `c_arg_p->dest` remains un…
137 …is required. If the argument is `undefined` the transform will fail and `c_arg_p->dest` remains un…
199 const jerryx_arg_t *c_arg_p,
206 - `c_arg_p` - points to the array of validation/transformation steps
207 - `c_arg_cnt` - the count of the `c_arg_p` array.
286 const jerryx_arg_t *c_arg_p,
292 - `c_arg_p` - points to the array of validation/transformation steps
293 - `c_arg_cnt` - the count of the `c_arg_p` array.
319 const jerryx_arg_t *c_arg_p,
327 - `c_arg_p` - points to the array of validation/transformation steps
328 - `c_arg_cnt` - the count of the `c_arg_p` array.
350 const jerryx_arg_t *c_arg_p,
356 - `c_arg_p` - points to the array of validation/transformation steps
357 - `c_arg_cnt` - the count of the `c_arg_p` array.
627 .c_arg_p = prop_mapping,
718 .c_arg_p = item_mapping,