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:
parent
55e1edd51b
commit
97f6c6029f
15 changed files with 341 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue