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:
parent
5fde02184d
commit
e9cbeeac45
6 changed files with 63 additions and 0 deletions
|
@ -205,6 +205,7 @@ namespace JS {
|
|||
P(getMilliseconds) \
|
||||
P(getMinutes) \
|
||||
P(getMonth) \
|
||||
P(getNextTransition) \
|
||||
P(getOffsetNanosecondsFor) \
|
||||
P(getOffsetStringFor) \
|
||||
P(getOwnPropertyDescriptor) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue