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

LibJS: Implement the required AOs for ZonedDateTime stringifiers

This commit is contained in:
Luke Wilde 2021-11-10 00:14:16 +00:00 committed by Linus Groh
parent 04253c3254
commit dc72d416b2
5 changed files with 105 additions and 0 deletions

View file

@ -436,6 +436,7 @@ namespace JS {
P(test) \
P(then) \
P(timeZone) \
P(timeZoneName) \
P(toDateString) \
P(toFixed) \
P(toGMTString) \