LibJS: Implement Temporal.PlainTime.prototype.second

This commit is contained in:
Linus Groh 2021-07-28 18:59:27 +01:00
commit c5f03bc921
Notes: sideshowbarker 2024-07-18 07:57:56 +09:00
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) \