Files
ladybird/Libraries/LibJS
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-04-03 21:21:09 +02:00
2026-04-03 21:21:09 +02:00
2026-04-03 21:21:09 +02:00
2026-04-03 21:21:09 +02:00
2026-03-19 21:55:10 -05:00
2026-04-03 21:21:09 +02:00
2026-03-19 21:55:10 -05:00
2026-03-19 21:55:10 -05:00
2026-04-03 21:21:09 +02:00