Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c266 uint32_t old_holes = ext_obj_p->u.array.u.hole_count; in ecma_fast_array_set_property() local
270 … || ((old_holes >> ECMA_FAST_ARRAY_HOLE_SHIFT) + new_holes) > ECMA_FAST_ARRAY_MAX_HOLE_COUNT)) in ecma_fast_array_set_property()
489 uint32_t old_holes = ext_obj_p->u.array.u.hole_count; in ecma_fast_array_set_length() local
493 … || ((old_holes >> ECMA_FAST_ARRAY_HOLE_SHIFT) + new_holes) > ECMA_FAST_ARRAY_MAX_HOLE_COUNT)) in ecma_fast_array_set_length()