Linus Groh
|
a8ba2f4b21
|
LibJS/Tests: Fix bad copy and paste that crept into a lot of tests
The top-level function should have been `describe()``, but instead it's
been nested `test()`s.
|
2021-08-07 12:10:34 +01:00 |
|
Linus Groh
|
e511390423
|
LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor()
|
2021-08-01 10:24:38 +01:00 |
|
Linus Groh
|
c4123d8aad
|
LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor()
|
2021-08-01 10:24:38 +01:00 |
|
Linus Groh
|
f987c11464
|
LibJS: Implement Temporal.TimeZone.from()
|
2021-08-01 10:24:38 +01:00 |
|
Linus Groh
|
96e63415b6
|
LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor()
|
2021-07-25 23:44:36 +01:00 |
|
Linus Groh
|
439b35dc7d
|
LibJS/Tests: Add tests for Temporal.TimeZone() constructor
|
2021-07-08 23:08:27 +01:00 |
|
Linus Groh
|
51c581f604
|
LibJS: Implement Temporal.TimeZone.prototype.id
|
2021-07-08 23:08:27 +01:00 |
|
Linus Groh
|
7f0fe352e2
|
LibJS: Implement Temporal.TimeZone.prototype.toJSON()
|
2021-07-08 23:08:27 +01:00 |
|
Linus Groh
|
8d00504ff2
|
LibJS: Implement Temporal.TimeZone.prototype.toString()
|
2021-07-08 23:08:27 +01:00 |
|
Linus Groh
|
2e968700aa
|
LibJS: Implement Temporal.TimeZone.prototype[@@toStringTag]
|
2021-07-08 23:08:27 +01:00 |
|