LibJS: Implement Temporal.Instant.prototype.toString()

This commit is contained in:
Linus Groh 2021-08-31 00:15:36 +01:00 committed by Andreas Kling
commit 576be0f8e7
Notes: sideshowbarker 2024-07-18 05:01:46 +09:00
14 changed files with 396 additions and 6 deletions

View file

@ -164,6 +164,7 @@ namespace JS {
P(fontcolor) \
P(fontsize) \
P(forEach) \
P(fractionalSecondDigits) \
P(freeze) \
P(from) \
P(fromCharCode) \