Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/arg/
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()
72const jerry_value_t *js_arg_p, /**< points to the array with JS arguments */ in jerryx_arg_transform_this_and_args()
Darg-internal.h26 const jerry_value_t *js_arg_p; /**< the JS arguments */ member