Files
serenity/Userland/Libraries/LibJS/Runtime/IndexedProperties.cpp
Jonne Ransijn 201d36665b LibJS: Remember the position into the cached indices
There is no need to do a full linear search from start to end when
we can just remember the position and continue where we left off.

(cherry picked from commit f4e24762846cfb7a98054f700319d940173086bb)
2024-11-11 10:11:22 -05:00

8.7 KiB