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

This commit is contained in:
Linus Groh 2021-07-31 22:21:53 +01:00
commit e511390423
Notes: sideshowbarker 2024-07-18 07:39:14 +09:00
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) \