Lines Matching refs:jerry_length_t
39 … const jerry_length_t js_arg_cnt, /**< the count of the `js_arg_p` array */ in jerryx_arg_transform_args()
41 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_args()
73 … const jerry_length_t js_arg_cnt, /**< the count of the `js_arg_p` array */ in jerryx_arg_transform_this_and_args()
75 … jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_this_and_args()
111 … const jerry_length_t name_cnt, /**< count of the name list */ in jerryx_arg_transform_object_properties()
113 … jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */ in jerryx_arg_transform_object_properties()
133 for (jerry_length_t i = 0; i < name_cnt; i++, name_p++) in jerryx_arg_transform_object_properties()
141 for (jerry_length_t j = 0; j < i; j++) in jerryx_arg_transform_object_properties()
157 for (jerry_length_t i = 0; i < name_cnt; i++) 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()
196 for (jerry_length_t i = 0; i < c_arg_cnt; i++) in jerryx_arg_transform_array()
202 for (jerry_length_t j = 0; j < i; j++) in jerryx_arg_transform_array()
218 for (jerry_length_t i = 0; i < c_arg_cnt; i++) in jerryx_arg_transform_array()