SerenityOS build: Sunday, May 01
Images 💾⌗
- serenity-i686-20220501-1a8b5ef.vdi.gz (VirtualBox VDI, 122.63 MiB)
- serenity-i686-20220501-1a8b5ef.img.gz (Raw image, 122.82 MiB)
Last commit ⭐⌗
commit 1a8b5ef80a9c3360547c6817804642b680f2df84
Author: Idan Horowitz <idan.horowitz@gmail.com>
AuthorDate: Sat Apr 30 20:06:57 2022 +0300
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Sat Apr 30 21:55:39 2022 +0200
LibJS: Stop fetching GlobalObject from target's realm in ArrayBuffer
A function object's realm is not necessarily non-null (like when called
via the Reflect API), so we can't blindly dereference it. Instead use
the object's own GlobalObject.
Other builds