LibJS: Implement Temporal.Now.plainDateTime()

This commit is contained in:
Linus Groh 2021-07-27 00:49:52 +01:00
commit 0bb19fc51c
Notes: sideshowbarker 2024-07-18 08:01:49 +09:00
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) \