Files
ladybird/Userland/Libraries/LibJS/Bytecode/CommonImplementations.cpp
Andreas Kling c92954db36 LibJS/JIT: Resolve the GetById property name at JIT time
We can resolve the IdentifierTableIndex to a DeprecatedFlyString& once
when jitting the code, instead of every time GetById executes.
2023-11-06 13:06:10 +01:00

35 KiB