Files
ladybird/Libraries/LibJS/Runtime/Array.cpp
Aliaksandr Kalenik 20655b8ebf LibJS: Add simple storage fast path in internal_get_own_property()
...of Array. This allows us to avoid lots of unnecessary for simple
arrays checks that happen in `Object::internal_get_own_property()`.
2025-06-05 03:43:43 +02:00

18 KiB