Home
last modified time | relevance | path

Searched defs:c_arg_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c30 const jerryx_arg_t *c_arg_p, /**< native arg */ in jerryx_arg_transform_optional()
104 const jerryx_arg_t *c_arg_p) /**< the native arg */ in jerryx_arg_transform_number_strict()
117 const jerryx_arg_t *c_arg_p) /**< the native arg */ in jerryx_arg_transform_number()
244 const jerryx_arg_t *c_arg_p) /**< the native arg */ in jerryx_arg_transform_boolean()
265 const jerryx_arg_t *c_arg_p, /**< native arg */ in jerryx_arg_string_to_buffer_common_routine()
307 const jerryx_arg_t *c_arg_p, /**< the native arg */ in jerryx_arg_transform_string_strict_common()
329 const jerryx_arg_t *c_arg_p, /**< the native arg */ in jerryx_arg_transform_string_common()
361 const jerryx_arg_t *c_arg_p) /**< the native arg */ in jerryx_arg_transform_string_strict()
377 const jerryx_arg_t *c_arg_p) /**< the native arg */ in jerryx_arg_transform_utf8_string_strict()
393 const jerryx_arg_t *c_arg_p) /**< the native arg */ in jerryx_arg_transform_string()
[all …]
Darg.c40const jerryx_arg_t *c_arg_p, /**< points to the array of validation/transformation steps */ in jerryx_arg_transform_args()
74const jerryx_arg_t *c_arg_p, /**< points to the array of transformation steps */ in jerryx_arg_transform_this_and_args()
112const jerryx_arg_t *c_arg_p, /**< points to the array of transformation steps */ in jerryx_arg_transform_object_properties()
175const jerryx_arg_t *c_arg_p, /**< points to the array of validation/transformation steps */ in jerryx_arg_transform_array()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.h52 const jerryx_arg_t *c_arg_p; /**< points to the array of transformation steps */ member
61 const jerryx_arg_t *c_arg_p; /**< points to the array of transformation steps */ member
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c182 const jerryx_arg_t *c_arg_p) /**< the native arg */ in my_custom_transform()
721 const jerryx_arg_t *c_arg_p) in jerry_arg_to_double_or_bool_t()