mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibJS: Add Temporal.Calendar.prototype.dateFromFields & required AOs
This is required for implementing the DateFromFields PlainDate AO.
This commit is contained in:
parent
7a33a5c9b5
commit
1e471e2e2f
Notes:
sideshowbarker
2024-07-18 08:37:26 +09:00
Author: https://github.com/IdanHo
Commit: 1e471e2e2f
Pull-request: https://github.com/SerenityOS/serenity/pull/8922
Reviewed-by: https://github.com/linusg
11 changed files with 350 additions and 1 deletions
|
@ -104,6 +104,8 @@ namespace JS {
|
|||
P(count) \
|
||||
P(countReset) \
|
||||
P(create) \
|
||||
P(dateFromFields) \
|
||||
P(day) \
|
||||
P(days) \
|
||||
P(debug) \
|
||||
P(decodeURI) \
|
||||
|
@ -244,6 +246,8 @@ namespace JS {
|
|||
P(milliseconds) \
|
||||
P(min) \
|
||||
P(minutes) \
|
||||
P(month) \
|
||||
P(monthCode) \
|
||||
P(months) \
|
||||
P(multiline) \
|
||||
P(name) \
|
||||
|
@ -367,6 +371,7 @@ namespace JS {
|
|||
P(weeks) \
|
||||
P(with) \
|
||||
P(writable) \
|
||||
P(year) \
|
||||
P(years)
|
||||
|
||||
struct CommonPropertyNames {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue