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

This commit is contained in:
Linus Groh 2021-10-30 10:26:42 +02:00
commit e9cbeeac45
Notes: sideshowbarker 2024-07-18 01:44:52 +09:00
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) \