Files
ladybird/Utilities
Andreas Kling 7ecc89bd60 js: Expose a synchronous gc() function in the REPL and script global
The global gc() helper used to live in LibJS itself, but was recently
removed. Several JS benchmarks still call gc() to force a collection,
so reintroduce it on the js binary's global object (both the REPL
and the bare script global) where it belongs as a testing affordance.
2026-04-26 01:26:44 +02:00
..
2025-08-27 08:48:01 +02:00