Files
ladybird/Userland/Libraries/LibJS/Bytecode/ASTCodegen.cpp
Gunnar Beutner 5ff85abe8c LibJS: Make sure loop results are initialized
This ensures that "while", do...while, "for" expressions have a
properly initialized result value even if the user terminated
the loop body via break or the loop body wasn't executed at all.
2021-06-08 21:49:52 +01:00

14 KiB