mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
LibJS: Implement Temporal.Duration.prototype.nanoseconds
This commit is contained in:
parent
04e2d215a1
commit
be5254dcac
Notes:
sideshowbarker
2024-07-18 08:57:38 +09:00
Author: https://github.com/linusg
Commit: be5254dcac
Pull-request: https://github.com/SerenityOS/serenity/pull/8794
Reviewed-by: https://github.com/IdanHo ✅
4 changed files with 30 additions and 0 deletions
|
@ -244,6 +244,7 @@ namespace JS {
|
|||
P(months) \
|
||||
P(multiline) \
|
||||
P(name) \
|
||||
P(nanoseconds) \
|
||||
P(next) \
|
||||
P(now) \
|
||||
P(of) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue