mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
LibJS: Implement Temporal.Duration.prototype.with()
This commit is contained in:
parent
510f668ae3
commit
9aa1e4b885
7 changed files with 253 additions and 0 deletions
|
@ -362,6 +362,7 @@ namespace JS {
|
|||
P(values) \
|
||||
P(warn) \
|
||||
P(weeks) \
|
||||
P(with) \
|
||||
P(writable) \
|
||||
P(years)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue