Images 💾

Last commit ⭐

commit d4736d17aed3ea0f856c1237986d553a6616c6ca
Author:     davidot <davidot@serenityos.org>
AuthorDate: Wed Sep 7 01:14:23 2022 +0200
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Sat Sep 10 00:05:32 2022 +0100

    LibJS: Allow negative pointers in Value
    
    Also ensure that all a nullptr input gives null object and you don't
    accidentally dereference a nullptr.