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

This commit is contained in:
Linus Groh 2021-11-01 14:20:06 +01:00
commit 97f6c6029f
Notes: sideshowbarker 2024-07-18 01:38:12 +09:00
15 changed files with 341 additions and 0 deletions

View file

@ -133,6 +133,7 @@ namespace JS {
P(deleteProperty) \
P(deref) \
P(description) \
P(disambiguation) \
P(done) \
P(dotAll) \
P(encodeURI) \
@ -198,6 +199,7 @@ namespace JS {
P(getFloat64) \
P(getFullYear) \
P(getHours) \
P(getInstantFor) \
P(getInt8) \
P(getInt16) \
P(getInt32) \