mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:07:45 +00:00
LibJS: Implement Array.prototype.toSorted()
This commit is contained in:
parent
e4370b7d82
commit
ce17c868c0
5 changed files with 103 additions and 0 deletions
|
@ -486,6 +486,7 @@ namespace JS {
|
|||
P(toPlainYearMonth) \
|
||||
P(toPrecision) \
|
||||
P(toReversed) \
|
||||
P(toSorted) \
|
||||
P(toString) \
|
||||
P(total) \
|
||||
P(toTemporalInstant) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue