mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibJS: Implement Temporal.Now.plainTimeISO()
This commit is contained in:
parent
2aa2c56891
commit
5e64156fce
Notes:
sideshowbarker
2024-07-18 07:57:30 +09:00
Author: https://github.com/linusg
Commit: 5e64156fce
Pull-request: https://github.com/SerenityOS/serenity/pull/9078
Reviewed-by: https://github.com/IdanHo ✅
4 changed files with 44 additions and 0 deletions
|
@ -291,6 +291,7 @@ namespace JS {
|
|||
P(plainDateISO) \
|
||||
P(plainDateTime) \
|
||||
P(plainDateTimeISO) \
|
||||
P(plainTimeISO) \
|
||||
P(pop) \
|
||||
P(pow) \
|
||||
P(preventExtensions) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue