Fix array-indexed property name calculation for fast access mode arrays in property name listing (#3533)
This patch fixes #3532. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
committed by
Dániel Bátyai
parent
3c5fb342be
commit
e693854dae
@@ -74,6 +74,9 @@ ecma_op_object_is_fast_array (ecma_object_t *object_p);
|
||||
bool
|
||||
ecma_op_array_is_fast_array (ecma_extended_object_t *array_p);
|
||||
|
||||
uint32_t
|
||||
ecma_fast_array_get_hole_count (ecma_object_t *obj_p);
|
||||
|
||||
ecma_value_t *
|
||||
ecma_fast_array_extend (ecma_object_t *object_p, uint32_t new_lengt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user