Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.h38 #define ECMA_FAST_ARRAY_HOLE_SHIFT 8 macro
43 #define ECMA_FAST_ARRAY_HOLE_ONE (1 << ECMA_FAST_ARRAY_HOLE_SHIFT)
Decma-array-object.c270 … || ((old_holes >> ECMA_FAST_ARRAY_HOLE_SHIFT) + new_holes) > ECMA_FAST_ARRAY_MAX_HOLE_COUNT)) in ecma_fast_array_set_property()
314 return ((ecma_extended_object_t *) obj_p)->u.array.u.hole_count >> ECMA_FAST_ARRAY_HOLE_SHIFT; in ecma_fast_array_get_hole_count()
493 … || ((old_holes >> ECMA_FAST_ARRAY_HOLE_SHIFT) + new_holes) > ECMA_FAST_ARRAY_MAX_HOLE_COUNT)) in ecma_fast_array_set_length()