1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +00:00

LibJS: Implement Temporal.PlainDateTime.prototype.withPlainTime()

This commit is contained in:
Idan Horowitz 2021-08-27 19:05:16 +03:00 committed by Linus Groh
parent 0f464f38d3
commit 24dbf18936
4 changed files with 47 additions and 0 deletions

View file

@ -437,6 +437,7 @@ namespace JS {
P(with) \
P(withCalendar) \
P(withPlainDate) \
P(withPlainTime) \
P(writable) \
P(year) \
P(yearMonthFromFields) \