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

LibJS: Implement Temporal.PlainTime.prototype.millisecond

This commit is contained in:
Linus Groh 2021-07-28 19:02:44 +01:00
parent c5f03bc921
commit 8bcccf2577
4 changed files with 30 additions and 0 deletions

View file

@ -263,6 +263,7 @@ namespace JS {
P(max) \
P(message) \
P(microseconds) \
P(millisecond) \
P(milliseconds) \
P(min) \
P(minute) \