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

LibJS: Implement Temporal.Calendar.prototype.era()

This commit is contained in:
Linus Groh 2021-08-27 19:45:10 +01:00
parent 525a7e487b
commit f746850d1c
4 changed files with 61 additions and 0 deletions

View file

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