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

LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDate

This commit is contained in:
Idan Horowitz 2021-07-31 01:39:36 +03:00 committed by Linus Groh
parent f657c86d58
commit 010761aff4
7 changed files with 80 additions and 0 deletions

View file

@ -407,6 +407,7 @@ namespace JS {
P(weeks) \
P(with) \
P(withCalendar) \
P(withPlainDate) \
P(writable) \
P(year) \
P(years)