Files
ladybird/Libraries/LibJS/Runtime
Andreas Kling 0969a5cd9a LibJS: Use Substring for legacy regexp statics
Keep the legacy regexp static properties backed by PrimitiveString
values instead of eagerly copied Utf16Strings. lastMatch, leftContext,
rightContext, and $1-$9 now materialize lazy Substrings from the
original match input when accessed.

Keep RegExp.input as a separate slot from the match source so manual
writes do not rewrite the last match state. Add coverage for that
behavior and for rope-backed UTF-16 inputs.
2026-04-11 00:35:36 +02:00
..
2026-03-19 21:55:10 -05:00
2026-03-20 12:03:36 +01:00
2026-02-26 13:54:35 -05:00
2026-04-03 21:21:09 +02:00
2026-04-09 20:06:42 +02:00
2026-03-20 12:03:36 +01:00
2026-03-20 12:03:36 +01:00
2026-04-05 13:57:58 +02:00
2026-04-05 13:57:58 +02:00