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

LibJS: Implement Temporal.Duration.prototype.microseconds

This commit is contained in:
Linus Groh 2021-07-15 23:57:07 +01:00
parent db22f86055
commit 04e2d215a1
4 changed files with 30 additions and 0 deletions

View file

@ -237,6 +237,7 @@ namespace JS {
P(map) \
P(max) \
P(message) \
P(microseconds) \
P(milliseconds) \
P(min) \
P(minutes) \