ladybird/Userland/Libraries/LibJS/Tests/builtins/String
2021-09-06 15:24:27 +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.codePointAt.js
String.prototype.concat.js
String.prototype.endsWith.js LibJS: Implement String.prototype.endsWith with UTF-16 code units 2021-07-22 09:10:44 +02:00
String.prototype.includes.js
String.prototype.indexOf.js
String.prototype.js
String.prototype.lastIndexOf.js LibJS: Implement String.prototype.lastIndexOf with UTF-16 code units 2021-07-22 09:10:44 +02:00
String.prototype.localeCompare.js LibJS: Implement a naive String.prototype.localeCompare 2021-07-26 15:56:15 +01:00
String.prototype.match.js LibRegex: Allow Unicode escape sequences in capture group names 2021-08-19 23:49:25 +02:00
String.prototype.matchAll.js LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code units 2021-07-23 23:06:57 +01:00
String.prototype.padEnd.js
String.prototype.padStart.js
String.prototype.repeat.js
String.prototype.replace.js LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units 2021-07-23 23:06:57 +01:00
String.prototype.replaceAll.js LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units 2021-07-23 23:06:57 +01:00
String.prototype.search.js LibJS: Implement RegExp.prototype [ @@search ] with UTF-16 code units 2021-07-23 23:06:57 +01:00
String.prototype.slice.js
String.prototype.split.js LibJS: Implement RegExp.prototype [ @@split ] with UTF-16 code units 2021-07-23 23:06:57 +01:00
String.prototype.startsWith.js LibJS: Implement String.prototype.startsWith with UTF-16 code units 2021-07-22 09:10:44 +02:00
String.prototype.substr.js
String.prototype.substring.js
String.prototype.toLocaleLowerCase.js LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case 2021-09-06 15:24:27 +01:00
String.prototype.toLocaleUpperCase.js LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case 2021-09-06 15:24:27 +01:00
String.prototype.toLowerCase.js LibJS: Use special case folding for String.prototype.to{Lower,Upper}Case 2021-07-27 21:04:36 +01:00
String.prototype.toString.js
String.prototype.toUpperCase.js LibJS: Use special case folding for String.prototype.to{Lower,Upper}Case 2021-07-27 21:04:36 +01:00
String.prototype.trim.js
String.prototype.valueOf.js
String.raw.js