1
Fork 0
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:
Linus Groh 2021-10-30 10:22:19 +02:00
parent 82792a6815
commit 5fde02184d
6 changed files with 92 additions and 0 deletions

View file

@ -212,6 +212,7 @@ namespace JS {
P(getOwnPropertyNames) \
P(getOwnPropertySymbols) \
P(getPlainDateTimeFor) \
P(getPossibleInstantsFor) \
P(getPrototypeOf) \
P(getSeconds) \
P(getTime) \