Images 💾

Last commit ⭐

commit 9430bbcc627048ee3a3eb051561739415c247f81
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Mon Jun 26 21:34:08 2023 +0200
Commit:     Jelle Raaijmakers <jelle@gmta.nl>
CommitDate: Tue Jun 27 00:21:52 2023 +0200

    LibJS/Bytecode: Propagate FunctionDeclarationInstantiation exceptions
    
    If an exception is thrown by FunctionDeclarationInstantiation for an
    async or async-generator function, we still need to return a promise.
    We can't just throw the exception.
    
    81 new passes on test262. :^)