Files
ladybird/Userland/Libraries/LibJS/SafeFunction.h
Andreas Kling 202cc025e5 LibJS: Don't register SafeFunction-to-function-pointer with JS::Heap
Direct function pointers don't have captures, so we don't need to
register the SafeFunction with the Heap when it's just wrapping a
function pointer.
2022-10-20 15:16:23 +02:00

7.8 KiB