Files
ladybird/Libraries/LibJS/Tests/builtins
Jess 83e46b3728 LibRegex: Fix crash when parse result exceeds max cache size
Before, If the cache was empty we would try and evict non-existant
entries and crash. So the fix is to make sure that we don't saturate
the cache with a single parse result.
2025-04-04 16:10:25 +02:00
..
2025-03-03 21:46:22 +01:00