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

LibJS: Implement Array.prototype.toReversed()

This commit is contained in:
Linus Groh 2022-06-13 07:57:38 +01:00
parent e2a5a27302
commit e4370b7d82
5 changed files with 85 additions and 0 deletions

View file

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