LibJS: Implement Temporal.Duration.prototype.days

This commit is contained in:
Linus Groh 2021-07-15 23:47:04 +01:00
commit 2015640168
Notes: sideshowbarker 2024-07-18 08:57:59 +09:00
4 changed files with 30 additions and 0 deletions

View file

@ -101,6 +101,7 @@ namespace JS {
P(count) \
P(countReset) \
P(create) \
P(days) \
P(debug) \
P(decodeURI) \
P(decodeURIComponent) \