ladybird/Libraries/LibJS/Tests/builtins/RegExp
aplefull e0dd182964 LibJS: Use stored input for RegExp legacy static property views
The m_last_match, m_left_context, and m_right_context views were being
created from a temporary string instead of from the owned m_input.
This caused the views to point to destroyed stack memory when accessing
RegExp.lastMatch after calling String.replace() with a regex.
2025-12-03 13:45:26 +01:00
..
RegExp.escape.js LibJS: Implement the RegExp.escape proposal 2024-12-05 13:56:21 +01:00
RegExp.js LibRegex: Add support for string literals in character classes 2025-11-26 11:34:38 +01:00
RegExp.legacy.js LibJS: Use stored input for RegExp legacy static property views 2025-12-03 13:45:26 +01:00
RegExp.prototype.@@match.js
RegExp.prototype.@@replace.js
RegExp.prototype.compile.js
RegExp.prototype.exec.js LibRegex: Add support for forward references to named capture groups 2025-10-16 16:37:54 +02:00
RegExp.prototype.flags.js
RegExp.prototype.hasIndices.js LibJS: Create match indices based on code unit length 2025-07-22 23:11:19 +02:00
RegExp.prototype.source.js LibJS: Escape line terminators in regex source 2025-10-24 13:24:55 -04:00
RegExp.prototype.test.js
RegExp.prototype.toString.js