mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()
This commit is contained in:
parent
55e1edd51b
commit
97f6c6029f
Notes:
sideshowbarker
2024-07-18 01:38:12 +09:00
Author: https://github.com/linusg
Commit: 97f6c6029f
Pull-request: https://github.com/SerenityOS/serenity/pull/10743
Reviewed-by: https://github.com/IdanHo ✅
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