ladybird/Tests/LibJS/Bytecode
Andreas Kling fa72fd9f95 LibJS: Optimize constant string computed properties to MemberId
When a computed member expression uses a constant string (e.g.
super["minutes"] or obj["key"]), optimize it to use the MemberId or
SuperMemberId reference form instead of the value-based form, matching
the C++ pipeline optimization.
2026-03-04 12:17:59 +01:00
..
expected LibJS: Optimize constant string computed properties to MemberId 2026-03-04 12:17:59 +01:00
input LibJS: Optimize constant string computed properties to MemberId 2026-03-04 12:17:59 +01:00
output LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00