mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibJS: Implement Temporal.Instant.prototype.epochMilliseconds
This commit is contained in:
parent
5010e01223
commit
b157ab3f12
Notes:
sideshowbarker
2024-07-18 10:02:39 +09:00
Author: https://github.com/linusg
Commit: b157ab3f12
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 55 additions and 0 deletions
|
@ -113,6 +113,7 @@ namespace JS {
|
|||
P(endsWith) \
|
||||
P(entries) \
|
||||
P(enumerable) \
|
||||
P(epochMilliseconds) \
|
||||
P(epochSeconds) \
|
||||
P(error) \
|
||||
P(errors) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue