Images 💾

Last commit ⭐

commit a9d2d806b61df3b84af06744b6fad670f4012539
Author:     davidot <davidot@serenityos.org>
AuthorDate: Tue Aug 23 20:24:59 2022 +0200
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Tue Aug 23 22:30:15 2022 +0100

    LibJS: Use __builtin_isnan in static_assert instead of isnan
    
    For the fuzzer build isnan was not usable in a constexpr context however
    __builtin_isnan seems to always be.
    
    Also while we're here add my name to the copyright since I forgot after
    the Value rewrite.