LibJS: Implement Temporal.PlainTime.prototype.microsecond

This commit is contained in:
Linus Groh 2021-07-28 19:05:30 +01:00
commit 65b90e93ad
Notes: sideshowbarker 2024-07-18 07:57:48 +09:00
4 changed files with 30 additions and 0 deletions

View file

@ -262,6 +262,7 @@ namespace JS {
P(map) \
P(max) \
P(message) \
P(microsecond) \
P(microseconds) \
P(millisecond) \
P(milliseconds) \