mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibJS: Implement Temporal.Calendar.prototype.dateUntil()
This commit is contained in:
parent
045c85af4b
commit
99adb54391
Notes:
sideshowbarker
2024-07-18 02:49:38 +09:00
Author: https://github.com/linusg
Commit: 99adb54391
Pull-request: https://github.com/SerenityOS/serenity/pull/10426
Reviewed-by: https://github.com/IdanHo
6 changed files with 307 additions and 0 deletions
|
@ -117,6 +117,7 @@ namespace JS {
|
|||
P(currencySign) \
|
||||
P(dateAdd) \
|
||||
P(dateFromFields) \
|
||||
P(dateUntil) \
|
||||
P(day) \
|
||||
P(dayOfWeek) \
|
||||
P(dayOfYear) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue