summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/PrimitiveString.cpp
AgeCommit message (Expand)Author
2022-02-15LibJS: Correct an include in PrimitiveStringdavidot
2022-02-14LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-13Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"Andreas Kling
2022-02-13LibJS: Avoid unnecessary ToObject conversion when resolving referencesAnonymous
2021-10-02LibJS: Keep track of PrimitiveStrings and share themAndreas Kling
2021-08-10LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16StringTimothy Flynn
2021-08-04LibJS: Allow PrimitiveString to be created with a UTF-16 stringTimothy Flynn
2021-08-04LibJS: Decode UTF-16 surrogate pairs during string literal constructionTimothy Flynn
2021-07-22LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessorsTimothy Flynn
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling