mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +00:00
LibJS: Implement Temporal.Now.plainDate()
...and ten required AOs we didn't have yet: - BalanceISODate - BalanceISODateTime - BalanceISOYearMonth - BalanceTime - BuiltinTimeZoneGetPlainDateTimeFor - GetISOPartsFromEpoch - GetOffsetNanosecondsFor - ParseTemporalTimeZone - SystemDateTime - ToTemporalTimeZone
This commit is contained in:
parent
5512ff79f0
commit
c303bbde54
Notes:
sideshowbarker
2024-07-18 08:01:57 +09:00
Author: https://github.com/linusg
Commit: c303bbde54
Pull-request: https://github.com/SerenityOS/serenity/pull/9031
Reviewed-by: https://github.com/IdanHo ✅
18 changed files with 507 additions and 1 deletions
|
@ -282,6 +282,7 @@ namespace JS {
|
|||
P(parse) \
|
||||
P(parseFloat) \
|
||||
P(parseInt) \
|
||||
P(plainDate) \
|
||||
P(pop) \
|
||||
P(pow) \
|
||||
P(preventExtensions) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue