LibJS: Implement Temporal.PlainDateTime.prototype.toPlainTime

This commit is contained in:
Idan Horowitz 2021-07-31 01:44:31 +03:00 committed by Linus Groh
commit 64a98d0f90
Notes: sideshowbarker 2024-07-18 07:41:52 +09:00
4 changed files with 33 additions and 0 deletions

View file

@ -382,6 +382,7 @@ namespace JS {
P(toLowerCase) \
P(toPlainDate) \
P(toPlainDateTime) \
P(toPlainTime) \
P(toString) \
P(toTemporalInstant) \
P(toTimeString) \