1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:17:44 +00:00

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) \