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

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

This commit is contained in:
Linus Groh 2021-08-18 21:15:04 +01:00 committed by Andreas Kling
parent 310192f918
commit 402f04c2fc
10 changed files with 164 additions and 0 deletions

View file

@ -80,6 +80,7 @@ namespace JS {
P(byteLength) \
P(byteOffset) \
P(calendar) \
P(calendarName) \
P(call) \
P(callee) \
P(caller) \