Files
ladybird/Userland/Libraries/LibJS/Bytecode/CommonImplementations.cpp
Andreas Kling 51ac0d8821 LibJS: Add common fast path for PutByValue into TypedArray
When putting to a numeric indexed property, we can skip a lot of the
ceremony and go directly to IntegerIndexedElementSet. :^)
2023-11-26 10:14:55 +01:00

36 KiB