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:
parent
cfdb7b8806
commit
8159f45f6e
2 changed files with 3 additions and 4 deletions
|
@ -16,6 +16,7 @@ try {
|
|||
"concat",
|
||||
"substring",
|
||||
"includes",
|
||||
"slice",
|
||||
];
|
||||
|
||||
genericStringPrototypeFunctions.forEach(name => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue