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

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

This commit is contained in:
Linus Groh 2021-10-30 10:26:42 +02:00
parent 5fde02184d
commit e9cbeeac45
6 changed files with 63 additions and 0 deletions

View file

@ -205,6 +205,7 @@ namespace JS {
P(getMilliseconds) \
P(getMinutes) \
P(getMonth) \
P(getNextTransition) \
P(getOffsetNanosecondsFor) \
P(getOffsetStringFor) \
P(getOwnPropertyDescriptor) \