jerryscript
jerryscript copied to clipboard
Rework own property enumeration
Properry name filtering is done during the enumeration.
Should use less memory, since no "sorting" phase, and should be much faster in some corner cases, e.g. when the indexed properties are not needed for a large typed array / large strings.
Please rebase.