1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:47:35 +00:00

LibJS: Implement Array.prototype.toSpliced()

This commit is contained in:
Linus Groh 2022-06-13 08:00:29 +01:00
parent ce17c868c0
commit ae81793f20
5 changed files with 239 additions and 0 deletions

View file

@ -487,6 +487,7 @@ namespace JS {
P(toPrecision) \
P(toReversed) \
P(toSorted) \
P(toSpliced) \
P(toString) \
P(total) \
P(toTemporalInstant) \