mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibJS: Implement Temporal.Now.plainDateTime()
This commit is contained in:
parent
f2a2e8e13c
commit
0bb19fc51c
Notes:
sideshowbarker
2024-07-18 08:01:49 +09:00
Author: https://github.com/linusg
Commit: 0bb19fc51c
Pull-request: https://github.com/SerenityOS/serenity/pull/9031
Reviewed-by: https://github.com/IdanHo ✅
4 changed files with 46 additions and 0 deletions
|
@ -284,6 +284,7 @@ namespace JS {
|
|||
P(parseInt) \
|
||||
P(plainDate) \
|
||||
P(plainDateISO) \
|
||||
P(plainDateTime) \
|
||||
P(pop) \
|
||||
P(pow) \
|
||||
P(preventExtensions) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue