Images 💾

Last commit ⭐

commit 35c9aa7c05c7d2b012e86cc72945ade3440ab0bf
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Sun Aug 28 23:51:28 2022 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Mon Aug 29 03:24:54 2022 +0200

    LibJS: Hide all the constructors!
    
    Now that the GC allocator is able to invoke Cell subclass constructors
    directly via friendship, we no longer need to keep them public. :^)