Files
ladybird/Libraries/LibJS/Bytecode/Generator.cpp
Andreas Kling 3169747989 LibJS: Emit PutById instead of PutByValue when key is string literal
Basically convert o["foo"]=x into o.foo=x when emitting bytecode.
These are effectively the same thing, and the latter format opts
into using an inline cache for the property lookups.
2025-04-03 18:47:38 +02:00

55 KiB