mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibJS: Implement Temporal.Duration.prototype.days
This commit is contained in:
parent
23d0c3494f
commit
2015640168
Notes:
sideshowbarker
2024-07-18 08:57:59 +09:00
Author: https://github.com/linusg
Commit: 2015640168
Pull-request: https://github.com/SerenityOS/serenity/pull/8794
Reviewed-by: https://github.com/IdanHo ✅
4 changed files with 30 additions and 0 deletions
|
@ -101,6 +101,7 @@ namespace JS {
|
|||
P(count) \
|
||||
P(countReset) \
|
||||
P(create) \
|
||||
P(days) \
|
||||
P(debug) \
|
||||
P(decodeURI) \
|
||||
P(decodeURIComponent) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue