SerenityOS build: Tuesday, June 27
Images 💾⌗
- serenity-x86_64-20230627-9430bbc.img.gz (Raw image, 185.61 MiB)
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. :^)
Other builds