ladybird/Userland
samu698 7865fbfe6d LibJS: Don't generate useless jumps for if statement
If statements without an else clause generated jumps to the next
instruction, this commit fixes the if statement generation so that it
dosen't produce them anymore.

This is an example of JS code that generates the useless jumps
(a => if(a){}) ();
2024-10-26 17:39:37 +02:00
..
Libraries LibJS: Don't generate useless jumps for if statement 2024-10-26 17:39:37 +02:00
Services LibWeb+WebContent+WebDriver: Asynchronously wait for dialog dismissal 2024-10-26 11:25:42 +02:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00