mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
LibJS: Implement Temporal.Duration.prototype.total()
This commit is contained in:
parent
656efe5d6c
commit
dbe70e7c55
7 changed files with 245 additions and 0 deletions
|
@ -456,6 +456,7 @@ namespace JS {
|
|||
P(toPlainTime) \
|
||||
P(toPlainYearMonth) \
|
||||
P(toString) \
|
||||
P(total) \
|
||||
P(toTemporalInstant) \
|
||||
P(toTimeString) \
|
||||
P(toUpperCase) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue