Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/arg/
Darg-js-iterator-helper.c29 return (js_arg_iter_p->js_arg_idx++ < js_arg_iter_p->js_arg_cnt ? *js_arg_iter_p->js_arg_p++ in jerryx_arg_js_iterator_pop()
48 --js_arg_iter_p->js_arg_p; in jerryx_arg_js_iterator_restore()
50 return *js_arg_iter_p->js_arg_p; in jerryx_arg_js_iterator_restore()
65 return (js_arg_iter_p->js_arg_idx < js_arg_iter_p->js_arg_cnt ? *js_arg_iter_p->js_arg_p in jerryx_arg_js_iterator_peek()
Darg.c38 jerryx_arg_transform_args (const jerry_value_t *js_arg_p, /**< points to the array with JS argument… in jerryx_arg_transform_args() argument
47 .js_arg_p = js_arg_p, in jerryx_arg_transform_args()
72 … const jerry_value_t *js_arg_p, /**< points to the array with JS arguments */ in jerryx_arg_transform_this_and_args() argument
84 .js_arg_p = &this_val, in jerryx_arg_transform_this_and_args()
98 return jerryx_arg_transform_args (js_arg_p, js_arg_cnt, c_arg_p + 1, c_arg_cnt - 1); in jerryx_arg_transform_this_and_args()
Darg-internal.h26 const jerry_value_t *js_arg_p; /**< the JS arguments */ member
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.h76 const jerry_value_t *js_arg_p,
81 jerry_value_t jerryx_arg_transform_args (const jerry_value_t *js_arg_p,
/third_party/jerryscript/docs/
D09.EXT-REFERENCE-ARG.md197 const jerry_value_t *js_arg_p,
204 - `js_arg_p` - points to the array with JS arguments.
205 - `js_arg_cnt` - the count of the `js_arg_p` array.
284 jerryx_arg_transform_args (const jerry_value_t *js_arg_p,
290 - `js_arg_p` - points to the array with JS arguments.
291 - `js_arg_cnt` - the count of the `js_arg_p` array.
788 It will change the `js_arg_idx` and `js_arg_p` value in the iterator.
805 `js_arg_p` value in the iterator.
830 change the `js_arg_idx` and `js_arg_p` values in the iterator.