Images 💾

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.