Lines Matching defs:c_arg_p
30 const jerryx_arg_t *c_arg_p, /**< native arg */
40 return func (js_arg_iter_p, c_arg_p);
104 const jerryx_arg_t *c_arg_p) /**< the native arg */
106 return jerryx_arg_transform_number_strict_common (js_arg_iter_p, c_arg_p->dest);
117 const jerryx_arg_t *c_arg_p) /**< the native arg */
119 return jerryx_arg_transform_number_common (js_arg_iter_p, c_arg_p->dest);
176 const jerryx_arg_t *c_arg_p) \
189 } u = { .extra_info = c_arg_p->extra_info }; \
195 *(type ## _t *) c_arg_p->dest = (type ## _t) tmp; \
220 const jerryx_arg_t *c_arg_p) /**< the native arg */
230 bool *dest = c_arg_p->dest;
244 const jerryx_arg_t *c_arg_p) /**< the native arg */
250 bool *dest = c_arg_p->dest;
265 const jerryx_arg_t *c_arg_p, /**< native arg */
268 jerry_char_t *target_p = (jerry_char_t *) c_arg_p->dest;
269 jerry_size_t target_buf_size = (jerry_size_t) c_arg_p->extra_info;
307 const jerryx_arg_t *c_arg_p, /**< the native arg */
318 return jerryx_arg_string_to_buffer_common_routine (js_arg, c_arg_p, is_utf8);
329 const jerryx_arg_t *c_arg_p, /**< the native arg */
344 jerry_value_t ret = jerryx_arg_string_to_buffer_common_routine (to_string, c_arg_p, is_utf8);
361 const jerryx_arg_t *c_arg_p) /**< the native arg */
363 return jerryx_arg_transform_string_strict_common (js_arg_iter_p, c_arg_p, false);
377 const jerryx_arg_t *c_arg_p) /**< the native arg */
379 return jerryx_arg_transform_string_strict_common (js_arg_iter_p, c_arg_p, true);
393 const jerryx_arg_t *c_arg_p) /**< the native arg */
395 return jerryx_arg_transform_string_common (js_arg_iter_p, c_arg_p, false);
409 const jerryx_arg_t *c_arg_p) /**< the native arg */
411 return jerryx_arg_transform_string_common (js_arg_iter_p, c_arg_p, true);
422 const jerryx_arg_t *c_arg_p) /**< the native arg */
432 jerry_value_t *func_p = c_arg_p->dest;
447 const jerryx_arg_t *c_arg_p) /**< the native arg */
458 expected_info_p = (const jerry_object_native_info_t *) c_arg_p->extra_info;
459 void **ptr_p = (void **) c_arg_p->dest;
479 const jerryx_arg_t *c_arg_p) /**< the native arg */
483 const jerryx_arg_object_props_t *object_props = (const jerryx_arg_object_props_t *) c_arg_p->extra_info;
488 object_props->c_arg_p,
500 const jerryx_arg_t *c_arg_p) /**< the native arg */
504 const jerryx_arg_array_items_t *array_items_p = (const jerryx_arg_array_items_t *) c_arg_p->extra_info;
507 array_items_p->c_arg_p,
517 const jerryx_arg_t *c_arg_p) \
519 return jerryx_arg_transform_optional (js_arg_iter_p, c_arg_p, jerryx_arg_transform_ ## type); \
557 const jerryx_arg_t *c_arg_p) /**< the native arg */
560 (void) c_arg_p; /* unused */