Home
last modified time | relevance | path

Searched refs:new_aligned_length (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-array-object.c444 const uint32_t new_aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (new_length); in ecma_delete_fast_array_properties() local
449 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()

Completed in 3 milliseconds