1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:57:45 +00:00

LibJS: Implement Temporal.Duration.prototype.negated()

This commit is contained in:
Linus Groh 2021-07-16 19:41:37 +01:00
parent 9aa1e4b885
commit 7df47bf3fb
4 changed files with 58 additions and 0 deletions

View file

@ -246,6 +246,7 @@ namespace JS {
P(multiline) \
P(name) \
P(nanoseconds) \
P(negated) \
P(next) \
P(now) \
P(of) \