Home
last modified time | relevance | path

Searched refs:array_items_p (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c504 …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() local
507 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()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.impl.h421 jerryx_arg_array (const jerryx_arg_array_items_t *array_items_p, /**< pointer to array items mappin… in jerryx_arg_array() argument
439 .extra_info = (uintptr_t) array_items_p in jerryx_arg_array()
Darg.h180 jerryx_arg_array (const jerryx_arg_array_items_t *array_items_p, jerryx_arg_optional_t opt_flag);
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c594 const ecma_value_t *array_items_p; in ecma_op_create_array_object() local
611 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()
/third_party/jerryscript/docs/
D09.EXT-REFERENCE-ARG.md677 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.