Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/arg/
Darg.c39const jerry_length_t js_arg_cnt, /**< the count of the `js_arg_p` array */ in jerryx_arg_transform_args()
73const jerry_length_t js_arg_cnt, /**< the count of the `js_arg_p` array */ in jerryx_arg_transform_this_and_args()
Darg-internal.h27 const jerry_length_t js_arg_cnt; /**< the total num of JS arguments */ member