mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibJS: Implement Temporal.TimeZone.prototype.getNextTransition()
This commit is contained in:
parent
5fde02184d
commit
e9cbeeac45
Notes:
sideshowbarker
2024-07-18 01:44:52 +09:00
Author: https://github.com/linusg
Commit: e9cbeeac45
Pull-request: https://github.com/SerenityOS/serenity/pull/10700
Reviewed-by: https://github.com/IdanHo ✅
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