Linus Groh
|
b81331a110
|
LibJS: Implement Temporal.Duration.prototype.seconds
|
2021-07-16 01:07:01 +01:00 |
|
Linus Groh
|
dbdbfbeebc
|
LibJS: Implement Temporal.Duration.prototype.minutes
|
2021-07-16 01:07:01 +01:00 |
|
Linus Groh
|
067c2346ed
|
LibJS: Implement Temporal.Duration.prototype.hours
|
2021-07-16 01:07:01 +01:00 |
|
Linus Groh
|
2015640168
|
LibJS: Implement Temporal.Duration.prototype.days
|
2021-07-16 01:07:01 +01:00 |
|
Linus Groh
|
23d0c3494f
|
LibJS: Implement Temporal.Duration.prototype.weeks
|
2021-07-16 01:07:01 +01:00 |
|
Linus Groh
|
8011409428
|
LibJS: Implement Temporal.Duration.prototype.months
|
2021-07-16 01:07:01 +01:00 |
|
Linus Groh
|
300a22f9b9
|
LibJS: Implement Temporal.Duration.prototype.years
|
2021-07-16 01:07:01 +01:00 |
|
Linus Groh
|
23766f28db
|
LibJS: Implement Temporal.Duration.prototype[@@toStringTag]
|
2021-07-16 01:07:01 +01:00 |
|
Linus Groh
|
7921d8ba91
|
LibJS: Start implementing Temporal.Duration
This patch adds the Duration object itself, its constructor and
prototype (currently empty), and three required abstract operations.
|
2021-07-16 01:07:01 +01:00 |
|