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
commit 8159f45f6e
Notes: sideshowbarker 2024-07-19 07:10:55 +09:00
2 changed files with 3 additions and 4 deletions

View file

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