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

LibJS: Implement Temporal.PlainDate.prototype.withCalendar

This commit is contained in:
Idan Horowitz 2021-07-23 15:01:40 +03:00 committed by Linus Groh
parent 8123e957e3
commit 9fa8f19a0f
4 changed files with 34 additions and 0 deletions

View file

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