Searched refs:new_aligned_length (Results 1 – 1 of 1) sorted by relevance
444 const uint32_t new_aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (new_length); in ecma_delete_fast_array_properties() local449 … new_aligned_length * sizeof (ecma_value_t)); in ecma_delete_fast_array_properties()451 for (uint32_t i = new_length; i < new_aligned_length; i++) in ecma_delete_fast_array_properties()