1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:07:36 +00:00

LibJS: Implement Temporal.PlainTime.prototype.toPlainDateTime

This commit is contained in:
Idan Horowitz 2021-07-30 00:28:04 +03:00 committed by Linus Groh
parent 8f9b4a5ea6
commit d1ee31c5de
4 changed files with 43 additions and 0 deletions

View file

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