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
..
CMakeLists.txt CMake: Remove ENABLE_WINDOWS_CI option and adjust presets to match Unix 2026-01-16 11:15:16 -07:00
dns.cpp Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
image.cpp Everywhere: Fix even more typos 2025-08-27 08:48:01 +02:00
js.cpp js: Expose a synchronous gc() function in the REPL and script global 2026-04-26 01:26:44 +02:00
test262-runner.cpp LibJS: Move bytecode interpreter state to VM 2026-04-13 18:29:43 +02:00
wasm.cpp LibJS: Move bytecode interpreter state to VM 2026-04-13 18:29:43 +02:00
xml.cpp LibXML+LibWeb: Use existing HTML entities table for XML parsing too 2026-01-09 19:13:41 +00:00