Files
ladybird/Userland/Libraries/LibJS/Tests/builtins/String/String.js
Timothy Flynn 2bba20d123 LibJS: Report string properties using UTF-16 code units
String length is reported as the number of UTF-16 code units, and string
indices are reported as the UTF-16 code units themselves.
2021-07-22 09:10:44 +02:00

1.3 KiB