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

LibJS: Implement Temporal.PlainTime.prototype.second

This commit is contained in:
Linus Groh 2021-07-28 18:59:27 +01:00
parent 574f474d27
commit c5f03bc921
4 changed files with 30 additions and 0 deletions

View file

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