Searched refs:jerryx_arg_t (Results 1 – 6 of 6) sorted by relevance
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
D | arg.h | 32 typedef struct jerryx_arg_t jerryx_arg_t; typedef 43 … const jerryx_arg_t *c_arg_p); /**< native arg */ 52 const jerryx_arg_t *c_arg_p; /**< points to the array of transformation steps */ 61 const jerryx_arg_t *c_arg_p; /**< points to the array of transformation steps */ 68 struct jerryx_arg_t struct 78 const jerryx_arg_t *c_arg_p, argument 83 const jerryx_arg_t *c_arg_p, 89 const jerryx_arg_t *c_arg_p, 92 const jerryx_arg_t *c_arg_p, 145 static inline jerryx_arg_t \ [all …]
|
D | arg.impl.h | 23 const jerryx_arg_t *c_arg_p); \ 25 const jerryx_arg_t *c_arg_p); 48 const jerryx_arg_t *c_arg_p); 67 static inline jerryx_arg_t \ 102 return (jerryx_arg_t) \ 125 static inline jerryx_arg_t in JERRYX_ARG_INT() 155 return (jerryx_arg_t) in JERRYX_ARG_INT() 168 static inline jerryx_arg_t 198 return (jerryx_arg_t) in jerryx_arg_boolean() 211 static inline jerryx_arg_t [all …]
|
/third_party/jerryscript/jerry-ext/arg/ |
D | arg-transform-functions.c | 30 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() 176 const jerryx_arg_t *c_arg_p) \ 220 const jerryx_arg_t *c_arg_p) /**< the native arg */ in JERRYX_ARG_TRANSFORM_FUNC_FOR_INT() 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() [all …]
|
D | arg.c | 26 JERRYX_STATIC_ASSERT (sizeof (jerryx_arg_int_option_t) <= sizeof (((jerryx_arg_t *) 0)->extra_info), 40 … const jerryx_arg_t *c_arg_p, /**< points to the array of validation/transformation steps */ in jerryx_arg_transform_args() 74 … const jerryx_arg_t *c_arg_p, /**< points to the array of transformation steps */ in jerryx_arg_transform_this_and_args() 112 … const jerryx_arg_t *c_arg_p, /**< points to the array of transformation steps */ in jerryx_arg_transform_object_properties() 175 … const jerryx_arg_t *c_arg_p, /**< points to the array of validation/transformation steps */ in jerryx_arg_transform_array()
|
/third_party/jerryscript/docs/ |
D | 09.EXT-REFERENCE-ARG.md | 3 ## jerryx_arg_t section in jerryx_arg types 9 *Note*: For commonly used validators, `arg.h` provides helpers to create the `jerryx_arg_t`s. 23 } jerryx_arg_t; 51 const jerryx_arg_t *c_arg_p; /**< points to the array of transformation steps */ 72 const jerryx_arg_t *c_arg_p; /**< points to the array of transformation steps */ 109 const jerryx_arg_t *c_arg_p); 199 const jerryx_arg_t *c_arg_p, 230 const jerryx_arg_t mapping[] = 286 const jerryx_arg_t *c_arg_p, 319 const jerryx_arg_t *c_arg_p, [all …]
|
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-arg.c | 121 jerryx_arg_t mapping[] = in test_validator1_handler() 182 const jerryx_arg_t *c_arg_p) /**< the native arg */ in my_custom_transform() 222 jerryx_arg_t mapping[] = in test_validator2_handler() 270 jerryx_arg_t mapping[] = in test_validator3_handler() 341 jerryx_arg_t mapping[] = in test_validator_prop1_handler() 385 jerryx_arg_t prop_mapping[] = in test_validator_prop2_handler() 397 jerryx_arg_t mapping[] = in test_validator_prop2_handler() 433 jerryx_arg_t mapping[] = in test_validator_prop3_handler() 472 jerryx_arg_t mapping[] = in test_validator_int1_handler() 526 jerryx_arg_t mapping[] = in test_validator_int2_handler() [all …]
|