1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

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
parent 1c65ee6edf
commit 576be0f8e7
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) \