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