1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +00:00

LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor()

This commit is contained in:
Linus Groh 2021-07-31 22:21:53 +01:00
parent c4123d8aad
commit e511390423
7 changed files with 84 additions and 8 deletions

View file

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