mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-11 13:48:57 +00:00
When evaluated as an expression "if (true) { 3 } else { 5 }"
should yield 3. This updates the bytecode interpreter to make
it so.
When evaluated as an expression "if (true) { 3 } else { 5 }"
should yield 3. This updates the bytecode interpreter to make
it so.