ladybird/Userland/Libraries/LibJS/Tests/builtins/String
Timothy Flynn 87848cdf7d AK: Track byte length, rather than code point length, in Utf8View::trim
Utf8View::trim uses Utf8View::substring_view to return its result, which
requires the input to be a byte offset/length rather than code point
length.
2021-07-17 16:59:59 +01:00
..
String.fromCharCode.js
String.fromCodePoint.js
String.js
String.prototype-generic-functions.js
String.prototype.at.js
String.prototype.charAt.js
String.prototype.charCodeAt.js
String.prototype.concat.js
String.prototype.endsWith.js
String.prototype.includes.js
String.prototype.indexOf.js LibJS: Add String.prototype.indexOf position argument 2021-06-30 16:08:00 +01:00
String.prototype.js
String.prototype.lastIndexOf.js
String.prototype.match.js LibJS: Implement global RegExp.prototype.match 2021-07-08 00:01:20 +01:00
String.prototype.matchAll.js LibJS: Implement RegExp.prototype [ @@matchAll ] 2021-07-16 13:53:11 +01:00
String.prototype.padEnd.js
String.prototype.padStart.js
String.prototype.repeat.js
String.prototype.replace.js LibJS: Implement RegExp.prototype.replace with RegExpExec abstraction 2021-07-08 00:01:20 +01:00
String.prototype.replaceAll.js LibJS: Replace strings with the search value coerced to a string 2021-07-06 22:33:17 +01:00
String.prototype.search.js LibJS: Implement RegExp.prototype [ @@search ] 2021-07-08 00:01:20 +01:00
String.prototype.slice.js
String.prototype.split.js LibJS: Implement RegExp.prototype [ @@split ] 2021-07-09 19:45:55 +01:00
String.prototype.startsWith.js
String.prototype.substr.js
String.prototype.substring.js
String.prototype.toLowerCase.js
String.prototype.toString.js
String.prototype.toUpperCase.js
String.prototype.trim.js AK: Track byte length, rather than code point length, in Utf8View::trim 2021-07-17 16:59:59 +01:00
String.prototype.valueOf.js
String.raw.js LibJS: Rewrite String.raw() closer to the specification 2021-06-28 13:27:13 +01:00