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

LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor()

This commit is contained in:
Linus Groh 2021-07-31 21:54:35 +01:00
parent f987c11464
commit c4123d8aad
6 changed files with 64 additions and 0 deletions

View file

@ -183,6 +183,7 @@ namespace JS {
P(getMinutes) \
P(getMonth) \
P(getOffsetNanosecondsFor) \
P(getOffsetStringFor) \
P(getOwnPropertyDescriptor) \
P(getOwnPropertyDescriptors) \
P(getOwnPropertyNames) \