Linus Groh
|
e7c5c3d507
|
LibJS: Implement Temporal.PlainTime.prototype.getISOFields()
|
2021-07-30 09:41:11 +01:00 |
|
Idan Horowitz
|
d1ee31c5de
|
LibJS: Implement Temporal.PlainTime.prototype.toPlainDateTime
|
2021-07-29 22:47:56 +01:00 |
|
Linus Groh
|
d3bed13f4b
|
LibJS: Implement Temporal.PlainTime.prototype.nanosecond
|
2021-07-28 21:57:30 +01:00 |
|
Linus Groh
|
65b90e93ad
|
LibJS: Implement Temporal.PlainTime.prototype.microsecond
|
2021-07-28 21:57:30 +01:00 |
|
Linus Groh
|
8bcccf2577
|
LibJS: Implement Temporal.PlainTime.prototype.millisecond
|
2021-07-28 21:57:30 +01:00 |
|
Linus Groh
|
c5f03bc921
|
LibJS: Implement Temporal.PlainTime.prototype.second
|
2021-07-28 21:57:30 +01:00 |
|
Linus Groh
|
574f474d27
|
LibJS: Implement Temporal.PlainTime.prototype.minute
|
2021-07-28 21:57:30 +01:00 |
|
Linus Groh
|
524a56f7b6
|
LibJS: Implement Temporal.PlainTime.prototype.hour
|
2021-07-28 21:57:30 +01:00 |
|
Linus Groh
|
a8dd1b9480
|
LibJS: Implement Temporal.PlainTime.prototype.calendar
|
2021-07-28 21:57:30 +01:00 |
|
Linus Groh
|
ad89a205bc
|
LibJS: Implement Temporal.PlainTime.prototype.valueOf()
|
2021-07-28 21:57:30 +01:00 |
|
Linus Groh
|
64b44c7f30
|
LibJS: Implement Temporal.PlainTime.prototype[@@toStringTag]
|
2021-07-28 21:57:30 +01:00 |
|
Linus Groh
|
ae4bf8fc32
|
LibJS: Start implementing Temporal.PlainTime
This commit adds the PlainTime object itself, its constructor and
prototype (currently empty), and the CreateTemporalTime abstract
operation.
|
2021-07-28 21:57:30 +01:00 |
|