mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
LibJS: Implement Temporal.Calendar.prototype.dateAdd()
This commit is contained in:
parent
f492e98f19
commit
e3254bf4c5
6 changed files with 94 additions and 0 deletions
|
@ -107,6 +107,7 @@ namespace JS {
|
|||
P(count) \
|
||||
P(countReset) \
|
||||
P(create) \
|
||||
P(dateAdd) \
|
||||
P(dateFromFields) \
|
||||
P(day) \
|
||||
P(dayOfWeek) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue