1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:17:44 +00:00

LibJS: Make String.prototype.slice() generic

This commit is contained in:
Linus Groh 2020-04-29 18:06:36 +01:00 committed by Andreas Kling
parent cfdb7b8806
commit 8159f45f6e
2 changed files with 3 additions and 4 deletions

View file

@ -16,6 +16,7 @@ try {
"concat",
"substring",
"includes",
"slice",
];
genericStringPrototypeFunctions.forEach(name => {