mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
There are two types of NULL values in the property hashmap: deleted entries, and never used entries. The current implementation tracks only the never used entries, and never scales back the hashmap. After this patch property delete can also recreate the hashmap, or remove it entirely if there are too few items in the array. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com