Searched refs:ecma_delete_fast_array_properties (Results 1 – 3 of 3) sorted by relevance
90 ecma_delete_fast_array_properties (ecma_object_t *object_p, uint32_t new_length);
409 ecma_delete_fast_array_properties (ecma_object_t *object_p, /**< fast access mode array */ in ecma_delete_fast_array_properties() function799 return ecma_delete_fast_array_properties (object_p, new_length); in ecma_delete_array_properties()
435 ecma_delete_fast_array_properties (obj_p, len); in ecma_builtin_array_prototype_object_pop()754 ecma_delete_fast_array_properties (obj_p, len - 1); in ecma_builtin_array_prototype_object_shift()925 ecma_delete_fast_array_properties (new_array_p, copied_length); in ecma_builtin_array_prototype_object_slice()