Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.h77 ecma_fast_array_get_hole_count (ecma_object_t *obj_p);
Decma-array-object.c310 ecma_fast_array_get_hole_count (ecma_object_t *obj_p) /**< fast access mode array object */ in ecma_fast_array_get_hole_count() function
Decma-objects.c2282 array_index_named_properties_count = length - ecma_fast_array_get_hole_count (obj_p); in ecma_op_object_get_property_names()