mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibJS: Implement Temporal.Instant.prototype.epochNanoseconds
This commit is contained in:
parent
b5d0cdc97e
commit
117323f2d9
Notes:
sideshowbarker
2024-07-18 10:02:31 +09:00
Author: https://github.com/linusg
Commit: 117323f2d9
Pull-request: https://github.com/SerenityOS/serenity/pull/8568
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/bgianfo ✅
4 changed files with 44 additions and 0 deletions
|
@ -115,6 +115,7 @@ namespace JS {
|
|||
P(enumerable) \
|
||||
P(epochMicroseconds) \
|
||||
P(epochMilliseconds) \
|
||||
P(epochNanoseconds) \
|
||||
P(epochSeconds) \
|
||||
P(error) \
|
||||
P(errors) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue