mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor()
This commit is contained in:
parent
c4123d8aad
commit
e511390423
Notes:
sideshowbarker
2024-07-18 07:39:14 +09:00
Author: https://github.com/linusg
Commit: e511390423
Pull-request: https://github.com/SerenityOS/serenity/pull/9140
Reviewed-by: https://github.com/IdanHo ✅
7 changed files with 84 additions and 8 deletions
|
@ -188,6 +188,7 @@ namespace JS {
|
|||
P(getOwnPropertyDescriptors) \
|
||||
P(getOwnPropertyNames) \
|
||||
P(getOwnPropertySymbols) \
|
||||
P(getPlainDateTimeFor) \
|
||||
P(getPrototypeOf) \
|
||||
P(getSeconds) \
|
||||
P(getTime) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue