Linus Groh
|
12edbb51bc
LibJS: Rename PrimitiveString::m_{left,right} to m_{lhs,rhs}
|
3 年 前 |
Andreas Kling
|
64b29eb459
LibJS: Implement string concatenation using ropes
|
3 年 前 |
Andreas Kling
|
f4c68eb0a4
LibJS: Add PrimitiveString::is_empty() and use it
|
3 年 前 |
davidot
|
da374a82bc
LibJS: Correct an include in PrimitiveString
|
3 年 前 |
Anonymous
|
745b998774
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
|
3 年 前 |
Andreas Kling
|
4b412e8fee
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
|
3 年 前 |
Anonymous
|
d1cc67bbe1
LibJS: Avoid unnecessary ToObject conversion when resolving references
|
3 年 前 |
Andreas Kling
|
f290c59dd8
LibJS: Keep track of PrimitiveStrings and share them
|
3 年 前 |
Timothy Flynn
|
c1e99fca1a
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
|
4 年 前 |
Timothy Flynn
|
b6ff7f4fcc
LibJS: Allow PrimitiveString to be created with a UTF-16 string
|
4 年 前 |
Timothy Flynn
|
4c2cc419f9
LibJS: Decode UTF-16 surrogate pairs during string literal construction
|
4 年 前 |
Timothy Flynn
|
0c42aece36
LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors
|
4 年 前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年 前 |