Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-array-object.c336 const uint32_t new_length_aligned = ECMA_FAST_ARRAY_ALIGN_LENGTH (new_length); in ecma_fast_array_extend() local
340 new_values_p = jmem_heap_alloc_block (new_length_aligned * sizeof (ecma_value_t)); in ecma_fast_array_extend()
347 new_length_aligned * sizeof (ecma_value_t)); in ecma_fast_array_extend()
350 for (uint32_t i = old_length; i < new_length_aligned; i++) in ecma_fast_array_extend()

Completed in 2 milliseconds