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
parent 010761aff4
commit 64a98d0f90
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) \