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:
parent
ce17c868c0
commit
ae81793f20
5 changed files with 239 additions and 0 deletions
|
@ -487,6 +487,7 @@ namespace JS {
|
|||
P(toPrecision) \
|
||||
P(toReversed) \
|
||||
P(toSorted) \
|
||||
P(toSpliced) \
|
||||
P(toString) \
|
||||
P(total) \
|
||||
P(toTemporalInstant) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue