Images 💾

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.