1
Fork 0
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:
Linus Groh 2021-07-16 19:30:52 +01:00
parent 510f668ae3
commit 9aa1e4b885
7 changed files with 253 additions and 0 deletions

View file

@ -362,6 +362,7 @@ namespace JS {
P(values) \
P(warn) \
P(weeks) \
P(with) \
P(writable) \
P(years)