1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:37:36 +00:00

LibJS: Implement Array.prototype.toSorted()

This commit is contained in:
Linus Groh 2022-06-13 07:59:19 +01:00
parent e4370b7d82
commit ce17c868c0
5 changed files with 103 additions and 0 deletions

View file

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