ladybird/Tests/LibJS/Bytecode
Andreas Kling d0b9905de1 LibJS/Rust: Use GetLengthWithThis for super.length property access
The C++ pipeline has an optimization that uses the GetLengthWithThis
instruction instead of GetByIdWithThis when accessing the "length"
property. Add the same optimization to the Rust pipeline by
introducing an emit_get_by_id_with_this helper that checks for the
"length" property name and emits the optimized instruction.

Also update emit_get_by_value_with_this to use GetLengthWithThis
when the computed property is a constant "length" string.
2026-03-01 21:20:54 +01:00
..
expected LibJS/Rust: Use GetLengthWithThis for super.length property access 2026-03-01 21:20:54 +01:00
input LibJS/Rust: Use GetLengthWithThis for super.length property access 2026-03-01 21:20:54 +01:00
output LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00