Images 💾

Last commit ⭐

commit 41cc8e75f2087d61bb56930136e268e32ddb1bf0
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Mon Mar 25 14:18:22 2024 +0100
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Tue Mar 26 05:47:24 2024 +0100

    LibJS: Make PromiseJob store callback as a HeapFunction
    
    This is a speculative fix for a flake seen on CI where a JobCallback
    captured by a PromiseJob callback was GC'd prematurely.