Files
ladybird/Libraries/LibJS/Runtime
Andreas Kling 2d76e21cfd LibJS: Don't use GC::Root unnecessarily in Error stack traces
This was causing a fair bit of root registration churn on pages that
throw lots of errors.

Since there's no need for these pointers to float around freely, we can
just visit them during the mark phase as usual.
2025-11-30 11:53:56 +01:00
..
2025-06-16 14:20:48 +01:00