Searched refs:array_items_p (Results 1 – 5 of 5) sorted by relevance
504 …const jerryx_arg_array_items_t *array_items_p = (const jerryx_arg_array_items_t *) c_arg_p->extra_… in jerryx_arg_transform_array_items() local507 array_items_p->c_arg_p, in jerryx_arg_transform_array_items()508 array_items_p->c_arg_cnt); in jerryx_arg_transform_array_items()
421 jerryx_arg_array (const jerryx_arg_array_items_t *array_items_p, /**< pointer to array items mappin… in jerryx_arg_array() argument439 .extra_info = (uintptr_t) array_items_p in jerryx_arg_array()
180 jerryx_arg_array (const jerryx_arg_array_items_t *array_items_p, jerryx_arg_optional_t opt_flag);
594 const ecma_value_t *array_items_p; in ecma_op_create_array_object() local611 array_items_p = NULL; in ecma_op_create_array_object()634 array_items_p = arguments_list_p; in ecma_op_create_array_object()660 JERRY_ASSERT (!ecma_is_value_array_hole (array_items_p[index])); in ecma_op_create_array_object()661 values_p[index] = ecma_copy_value_if_not_object (array_items_p[index]); in ecma_op_create_array_object()
677 jerryx_arg_array (const jerryx_arg_array_items_t *array_items_p, jerryx_arg_optional_t opt_flag);680 - `array_items_p` - provides items information for transform.