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

LibJS: Implement Temporal.Duration.prototype.seconds

This commit is contained in:
Linus Groh 2021-07-15 23:53:19 +01:00
parent dbdbfbeebc
commit b81331a110
4 changed files with 30 additions and 0 deletions

View file

@ -271,6 +271,7 @@ namespace JS {
P(revoke) \
P(round) \
P(seal) \
P(seconds) \
P(set) \
P(setBigInt64) \
P(setBigUint64) \