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:
parent
e2a5a27302
commit
e4370b7d82
5 changed files with 85 additions and 0 deletions
|
@ -485,6 +485,7 @@ namespace JS {
|
|||
P(toPlainTime) \
|
||||
P(toPlainYearMonth) \
|
||||
P(toPrecision) \
|
||||
P(toReversed) \
|
||||
P(toString) \
|
||||
P(total) \
|
||||
P(toTemporalInstant) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue