diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-02-15 17:32:13 +0330 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-02-16 22:48:32 +0330 |
commit | eccdf4eb4bd30f789ca6bb810557e86a36400d62 (patch) | |
tree | 97671cc1a5cbd311edd68610805bdf9d3e144b06 /Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl | |
parent | 385b07dcdafe4941e9986f93f7319a1df9f6c044 (diff) | |
download | serenity-eccdf4eb4bd30f789ca6bb810557e86a36400d62.zip |
LibWasm: Fix validation of if-else blocks
We were doing a number of things wrong:
- Switching to the parent context in the else meant that we couldn't
break out of the else section anymore
- We were not validating the resulting values, and so the stack was
in a relatively unknown state after 'else'
This commit fixes these issues :^)
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl')
0 files changed, 0 insertions, 0 deletions