Images 💾

Last commit ⭐

commit 7762c1ac6130a9e0820853595c720bddabdccade
Author:     Linus Groh <mail@linusgroh.de>
AuthorDate: Tue Jan 10 00:11:24 2023 +0000
Commit:     Tim Flynn <trflynn89@pm.me>
CommitDate: Mon Jan 9 22:14:35 2023 -0500

    LibJS: Verify that objects are only initialized once
    
    We already do this in a couple of other places, we wouldn't ever want to
    re-assign already initialized constructor and prototype objects.