mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
0469006263
It was previously holding a StringView, which was either a view into a LibUnicode-generated string or a string passed from the user. Intl.NumberFormat will need this record to hold internally-created strings, so a StringView will not suffice (the way the steps are laid out, that view will ultimately end up dangling). This shouldn't be too wasteful since the StringView it was holding was converted to a String eventually anyways. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |