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

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

This commit is contained in:
Linus Groh 2021-08-27 19:52:41 +01:00
parent f746850d1c
commit c3e0d78ba6
4 changed files with 61 additions and 0 deletions

View file

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