1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:47:35 +00:00

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

This commit is contained in:
Linus Groh 2021-11-01 14:20:06 +01:00
parent 55e1edd51b
commit 97f6c6029f
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) \