SerenityOS build: Sunday, May 14
Images 💾⌗
- serenity-x86_64-20230514-ce63495.img.gz (Raw image, 182.01 MiB)
Last commit ⭐⌗
commit ce634957c1bd25fdcc39c4e0321bcdf1cc332d60
Author: Andreas Kling <kling@serenityos.org>
AuthorDate: Sat May 13 18:53:14 2023 +0200
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Sun May 14 06:18:28 2023 +0200
LibJS/Bytecode: Restore old environments when an exception is caught
Unwind contexts now remember the lexical and variable environments in
effect when they were created. If an exception is caught, we revert
to those environments in the running execution context.
Other builds