Searched refs:c_arg_cnt (Results 1 – 5 of 5) sorted by relevance
41 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_args() argument52 for (; c_arg_cnt != 0 && !jerry_value_is_error (ret); c_arg_cnt--, c_arg_p++) in jerryx_arg_transform_args()75 … jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_this_and_args() argument77 if (c_arg_cnt == 0) in jerryx_arg_transform_this_and_args()98 return jerryx_arg_transform_args (js_arg_p, js_arg_cnt, c_arg_p + 1, c_arg_cnt - 1); in jerryx_arg_transform_this_and_args()113 … jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_object_properties() argument155 const jerry_value_t ret = jerryx_arg_transform_args (prop, name_cnt, c_arg_p, c_arg_cnt); in jerryx_arg_transform_object_properties()176 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_array() argument188 arr = (jerry_value_t*) jerry_vla_malloc (sizeof(jerry_value_t) * c_arg_cnt); in jerryx_arg_transform_array()194 JERRY_VLA (jerry_value_t, arr, c_arg_cnt); in jerryx_arg_transform_array()[all …]
489 object_props->c_arg_cnt); in jerryx_arg_transform_object_props()508 array_items_p->c_arg_cnt); in jerryx_arg_transform_array_items()
53 jerry_length_t c_arg_cnt; /**< the count of the `c_arg_p` array */ member62 jerry_length_t c_arg_cnt; /**< the count of the `c_arg_p` array */ member79 jerry_length_t c_arg_cnt);84 jerry_length_t c_arg_cnt);90 jerry_length_t c_arg_cnt);93 jerry_length_t c_arg_cnt);
52 jerry_length_t c_arg_cnt; /**< the count of the `c_arg_p` array */73 jerry_length_t c_arg_cnt; /**< the count of the `c_arg_p` array */200 jerry_length_t c_arg_cnt)207 - `c_arg_cnt` - the count of the `c_arg_p` array.287 jerry_length_t c_arg_cnt)293 - `c_arg_cnt` - the count of the `c_arg_p` array.320 jerry_length_t c_arg_cnt);328 - `c_arg_cnt` - the count of the `c_arg_p` array.351 jerry_length_t c_arg_cnt);357 - `c_arg_cnt` - the count of the `c_arg_p` array.[all …]
395 prop_info.c_arg_cnt = 3; in test_validator_prop2_handler()615 arr_info.c_arg_cnt = 3; in test_validator_array1_handler()