LibJS: Implement Temporal.Duration.prototype.microseconds

This commit is contained in:
Linus Groh 2021-07-15 23:57:07 +01:00
commit 04e2d215a1
Notes: sideshowbarker 2024-07-18 08:57:42 +09:00
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) \