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

LibJS: Implement Temporal.Instant.prototype.since

This commit is contained in:
Idan Horowitz 2021-09-06 21:36:54 +03:00 committed by Linus Groh
parent 470499b2a8
commit 4b5aa2102c
4 changed files with 83 additions and 0 deletions

View file

@ -381,6 +381,7 @@ namespace JS {
P(shift) \
P(sign) \
P(sin) \
P(since) \
P(sinh) \
P(size) \
P(slice) \