Searched defs:jerryx_arg_js_iterator_t (Results 1 – 2 of 2) sorted by relevance
24 struct jerryx_arg_js_iterator_t struct26 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 */
37 typedef struct jerryx_arg_js_iterator_t jerryx_arg_js_iterator_t; typedef