Home
last modified time | relevance | path

Searched refs:array_items_count (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c595 ecma_length_t array_items_count; in ecma_op_create_array_object() local
612 array_items_count = 0; in ecma_op_create_array_object()
635 array_items_count = arguments_list_len; in ecma_op_create_array_object()
657 index < array_items_count; in ecma_op_create_array_object()
664 ext_obj_p->u.array.u.hole_count -= ECMA_FAST_ARRAY_HOLE_ONE * array_items_count; in ecma_op_create_array_object()