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

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

This commit is contained in:
Linus Groh 2021-07-25 20:19:37 +01:00
parent d428787e18
commit 96e63415b6
6 changed files with 61 additions and 0 deletions

View file

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