mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibJS: Implement Temporal.TimeZone.prototype.getPreviousTransition()
This commit is contained in:
parent
e9cbeeac45
commit
92fdae178b
6 changed files with 63 additions and 0 deletions
|
@ -214,6 +214,7 @@ namespace JS {
|
|||
P(getOwnPropertySymbols) \
|
||||
P(getPlainDateTimeFor) \
|
||||
P(getPossibleInstantsFor) \
|
||||
P(getPreviousTransition) \
|
||||
P(getPrototypeOf) \
|
||||
P(getSeconds) \
|
||||
P(getTime) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue