Home
last modified time | relevance | path

Searched refs:jerryx_arg_array (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/docs/
D09.EXT-REFERENCE-ARG.md64 The structure is used in `jerryx_arg_array`. It provides the array items' corresponding
79 - [jerryx_arg_array](#jerryx_arg_array)
342 To transform multiple JS arguments in one pass, please use `jerryx_arg_array` together with
362 - [jerryx_arg_array](#jerryx_arg_array)
664 ## jerryx_arg_array section in Helpers for commonly used validations
677 jerryx_arg_array (const jerryx_arg_array_items_t *array_items_p, jerryx_arg_optional_t opt_flag);
725 jerryx_arg_array (&array_info, JERRYX_ARG_REQUIRED)
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.h180 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() function
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c619 jerryx_arg_array (&arr_info, JERRYX_ARG_OPTIONAL), in test_validator_array1_handler()