Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.h63 } jerryx_arg_array_items_t; typedef
180 jerryx_arg_array (const jerryx_arg_array_items_t *array_items_p, jerryx_arg_optional_t opt_flag);
Darg.impl.h421 jerryx_arg_array (const jerryx_arg_array_items_t *array_items_p, /**< pointer to array items mappin… in jerryx_arg_array()
/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()
/third_party/jerryscript/docs/
D09.EXT-REFERENCE-ARG.md60 ## jerryx_arg_array_items_t section in jerryx_arg types
74 } jerryx_arg_array_items_t;
671 User should prepare the `jerryx_arg_array_items_t` instance, and pass it to this function.
677 jerryx_arg_array (const jerryx_arg_array_items_t *array_items_p, jerryx_arg_optional_t opt_flag);
715 /* Prepare the jerryx_arg_array_items_t instance. */
716 const jerryx_arg_array_items_t array_info =
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c605 jerryx_arg_array_items_t arr_info; in test_validator_array1_handler()