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

LibJS: Add Temporal.Instant.prototype.equals()

This commit is contained in:
Idan Horowitz 2021-07-11 21:23:38 +03:00 committed by Linus Groh
parent 84403ab423
commit 2382f67e0b
4 changed files with 41 additions and 0 deletions

View file

@ -118,6 +118,7 @@ namespace JS {
P(epochMilliseconds) \
P(epochNanoseconds) \
P(epochSeconds) \
P(equals) \
P(error) \
P(errors) \
P(escape) \