ladybird/Libraries/LibRegex
Andreas Kling 2d20322fce LibRegex: Compile ECMAScript patterns from UTF-16
Accept Utf16View patterns at the LibRegex compile boundary and pass
UTF-16 or ASCII storage directly into the Rust regex parser. This keeps
JavaScript regular expression construction from converting patterns
through UTF-8 when LibRegex can consume the same UTF-16 representation
used by LibJS.

Update RegExp construction, HTML pattern validation, the regex fuzzer,
and LibRegex tests to use the UTF-16 compile API.
2026-06-22 16:10:40 +02:00
..
Rust LibRegex: Compile ECMAScript patterns from UTF-16 2026-06-22 16:10:40 +02:00
CMakeLists.txt LibRegex: Hide the Unicode allocator override behind a feature 2026-05-28 09:27:41 +02:00
ECMAScriptRegex.cpp LibRegex: Compile ECMAScript patterns from UTF-16 2026-06-22 16:10:40 +02:00
ECMAScriptRegex.h LibRegex: Compile ECMAScript patterns from UTF-16 2026-06-22 16:10:40 +02:00
RustRegex.cpp LibRegex: Compile ECMAScript patterns from UTF-16 2026-06-22 16:10:40 +02:00
RustRegex.h LibRegex: Compile ECMAScript patterns from UTF-16 2026-06-22 16:10:40 +02:00