LibJS: Implement Temporal.Now.plainTimeISO()

This commit is contained in:
Linus Groh 2021-07-28 19:29:16 +01:00
commit 5e64156fce
Notes: sideshowbarker 2024-07-18 07:57:30 +09:00
4 changed files with 44 additions and 0 deletions

View file

@ -291,6 +291,7 @@ namespace JS {
P(plainDateISO) \
P(plainDateTime) \
P(plainDateTimeISO) \
P(plainTimeISO) \
P(pop) \
P(pow) \
P(preventExtensions) \