Files
ladybird/Userland/Libraries/LibJS/Bytecode/ASTCodegen.cpp
Gunnar Beutner 93eae063a1 LibJS: Make sure that if expressions yield the correct value
When evaluated as an expression "if (true) { 3 } else { 5 }"
should yield 3. This updates the bytecode interpreter to make
it so.
2021-06-07 22:10:57 +02:00

13 KiB