Searched refs:new_array_p (Results 1 – 2 of 2) sorted by relevance
236 ecma_object_t *new_array_p = ecma_get_object_from_value (new_array); in ecma_builtin_array_prototype_object_concat() local240 ecma_value_t concat_this_value = ecma_builtin_helper_array_concat_value (new_array_p, in ecma_builtin_array_prototype_object_concat()245 ecma_deref_object (new_array_p); in ecma_builtin_array_prototype_object_concat()254 …ecma_value_t concat_value = ecma_builtin_helper_array_concat_value (new_array_p, &new_length, args… in ecma_builtin_array_prototype_object_concat()258 ecma_deref_object (new_array_p); in ecma_builtin_array_prototype_object_concat()265 ecma_value_t set_length_value = ecma_builtin_array_prototype_helper_set_length (new_array_p, in ecma_builtin_array_prototype_object_concat()269 ecma_deref_object (new_array_p); in ecma_builtin_array_prototype_object_concat()883 ecma_object_t *new_array_p = ecma_get_object_from_value (new_array); in ecma_builtin_array_prototype_object_slice() local910 ecma_extended_object_t *ext_to_obj_p = (ecma_extended_object_t *) new_array_p; in ecma_builtin_array_prototype_object_slice()917 to_buffer_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, new_array_p->u1.property_list_cp); in ecma_builtin_array_prototype_object_slice()[all …]
58 ecma_object_t *new_array_p = ecma_get_object_from_value (new_array); in ecma_create_array_from_iter_element() local66 ecma_value_t completion = ecma_builtin_helper_def_prop (new_array_p, in ecma_create_array_from_iter_element()