jerryscript icon indicating copy to clipboard operation
jerryscript copied to clipboard

Rework own property enumeration

Open zherczeg opened this issue 3 years ago • 1 comments

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.

zherczeg avatar Sep 20 '21 13:09 zherczeg

Please rebase.

rerobika avatar Oct 18 '21 12:10 rerobika