Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.h54 } jerryx_arg_object_props_t; typedef
178 jerryx_arg_object_properties (const jerryx_arg_object_props_t *object_props_p, jerryx_arg_optional_…
Darg.impl.h393 jerryx_arg_object_properties (const jerryx_arg_object_props_t *object_props, /**< pointer to object… in jerryx_arg_object_properties()
/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c483 …const jerryx_arg_object_props_t *object_props = (const jerryx_arg_object_props_t *) c_arg_p->extra… in jerryx_arg_transform_object_props()
/third_party/jerryscript/docs/
D09.EXT-REFERENCE-ARG.md37 ## jerryx_arg_object_props_t section in jerryx_arg types
53 } jerryx_arg_object_props_t;
574 User should prepare the `jerryx_arg_object_props_t` instance, and pass it to this function.
580 jerryx_arg_object_properties (const jerryx_arg_object_props_t *object_props_p,
622 /* Prepare the jerryx_arg_object_props_t instance. */
623 const jerryx_arg_object_props_t prop_info =
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c381 jerryx_arg_object_props_t prop_info; in test_validator_prop2_handler()