mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
LibJS: Implement Temporal.Duration.prototype.years
This commit is contained in:
parent
23766f28db
commit
300a22f9b9
Notes:
sideshowbarker
2024-07-18 08:58:09 +09:00
Author: https://github.com/linusg
Commit: 300a22f9b9
Pull-request: https://github.com/SerenityOS/serenity/pull/8794
Reviewed-by: https://github.com/IdanHo ✅
4 changed files with 48 additions and 1 deletions
|
@ -352,7 +352,8 @@ namespace JS {
|
|||
P(valueOf) \
|
||||
P(values) \
|
||||
P(warn) \
|
||||
P(writable)
|
||||
P(writable) \
|
||||
P(years)
|
||||
|
||||
struct CommonPropertyNames {
|
||||
PropertyName and_ { "and", PropertyName::StringMayBeNumber::No };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue