ladybird/Libraries/LibJS/Tests/builtins/RegExp
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
..
RegExp.escape.js LibJS: Implement the RegExp.escape proposal 2024-12-05 13:56:21 +01:00
RegExp.js LibRegex: Fix crash when parse result exceeds max cache size 2025-04-04 16:10:25 +02:00
RegExp.legacy.js
RegExp.prototype.@@match.js
RegExp.prototype.@@replace.js
RegExp.prototype.compile.js
RegExp.prototype.exec.js
RegExp.prototype.flags.js
RegExp.prototype.hasIndices.js
RegExp.prototype.source.js
RegExp.prototype.test.js
RegExp.prototype.toString.js