Home
last modified time | relevance | path

Searched defs:jerryx_arg_js_iterator_t (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-ext/arg/
Darg-internal.h24 struct jerryx_arg_js_iterator_t struct
26 const jerry_value_t *js_arg_p; /**< the JS arguments */
27 const jerry_length_t js_arg_cnt; /**< the total num of JS arguments */
28 jerry_length_t js_arg_idx; /**< current index of JS argument */
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.h37 typedef struct jerryx_arg_js_iterator_t jerryx_arg_js_iterator_t; typedef