1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:07:35 +00:00

LibJS: Implement Temporal.Now.plainDateTime()

This commit is contained in:
Linus Groh 2021-07-27 00:49:52 +01:00
parent f2a2e8e13c
commit 0bb19fc51c
4 changed files with 46 additions and 0 deletions

View file

@ -284,6 +284,7 @@ namespace JS {
P(parseInt) \
P(plainDate) \
P(plainDateISO) \
P(plainDateTime) \
P(pop) \
P(pow) \
P(preventExtensions) \