mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Previously, both string_position and view_index used code unit offsets regardless of mode. Now in unicode mode, these variables track code point positions while string_position_in_code_units is properly updated to reflect code unit offsets. |
||
|---|---|---|
| .. | ||
| RegExp.escape.js | ||
| RegExp.js | ||
| 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 | ||