mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
LibRegex+LibJS: Change capture group names from a String to a FlyString
The parser now stores this as a FlyString everywhere, so consumers can also use it as a FlyString.
This commit is contained in:
parent
4f2cbe119b
commit
c5b5c779ff
2 changed files with 4 additions and 4 deletions
|
@ -487,7 +487,7 @@ public:
|
|||
}
|
||||
|
||||
RegexStringView view { nullptr };
|
||||
Optional<StringView> capture_group_name {};
|
||||
Optional<FlyString> capture_group_name {};
|
||||
size_t line { 0 };
|
||||
size_t column { 0 };
|
||||
size_t global_offset { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue