mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
LibJS: Implement the ToTemporalDate Abstract Operation
This is required by most Temporal.PlainDate.prototype methods.
This commit is contained in:
parent
1e471e2e2f
commit
cf78efaef5
7 changed files with 245 additions and 11 deletions
|
@ -136,6 +136,7 @@ namespace JS {
|
|||
P(exec) \
|
||||
P(exp) \
|
||||
P(expm1) \
|
||||
P(fields) \
|
||||
P(fill) \
|
||||
P(filter) \
|
||||
P(finally) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue