mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibJS: Implement Temporal.Duration.prototype.microseconds
This commit is contained in:
parent
db22f86055
commit
04e2d215a1
Notes:
sideshowbarker
2024-07-18 08:57:42 +09:00
Author: https://github.com/linusg
Commit: 04e2d215a1
Pull-request: https://github.com/SerenityOS/serenity/pull/8794
Reviewed-by: https://github.com/IdanHo ✅
4 changed files with 30 additions and 0 deletions
|
@ -237,6 +237,7 @@ namespace JS {
|
|||
P(map) \
|
||||
P(max) \
|
||||
P(message) \
|
||||
P(microseconds) \
|
||||
P(milliseconds) \
|
||||
P(min) \
|
||||
P(minutes) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue