.. |
Instant.compare.js
|
LibJS/Tests: Fix typo in Temporal.Instant.compare test description
|
2021-07-20 17:57:50 +01:00 |
Instant.from.js
|
LibJS: Add Temporal.Instant.from()
|
2021-07-12 19:05:17 +01:00 |
Instant.fromEpochMicroseconds.js
|
LibJS: Implement Temporal.Instant.fromEpochMicroseconds()
|
2021-07-09 13:20:51 +01:00 |
Instant.fromEpochMilliseconds.js
|
LibJS: Implement Temporal.Instant.fromEpochMilliseconds()
|
2021-07-09 13:20:51 +01:00 |
Instant.fromEpochNanoseconds.js
|
LibJS: Implement Temporal.Instant.fromEpochNanoseconds()
|
2021-07-09 13:20:51 +01:00 |
Instant.fromEpochSeconds.js
|
LibJS: Implement Temporal.Instant.fromEpochSeconds()
|
2021-07-09 13:20:51 +01:00 |
Instant.js
|
LibJS/Tests: Add tests for Temporal.Instant() constructor
|
2021-07-08 23:08:27 +01:00 |
Instant.prototype.@@toStringTag.js
|
LibJS: Implement Temporal.Instant.prototype[@@toStringTag]
|
2021-07-08 23:08:27 +01:00 |
Instant.prototype.epochMicroseconds.js
|
LibJS: Implement Temporal.Instant.prototype.epochMicroseconds
|
2021-07-08 23:08:27 +01:00 |
Instant.prototype.epochMilliseconds.js
|
LibJS: Implement Temporal.Instant.prototype.epochMilliseconds
|
2021-07-08 23:08:27 +01:00 |
Instant.prototype.epochNanoseconds.js
|
LibJS: Implement Temporal.Instant.prototype.epochNanoseconds
|
2021-07-08 23:08:27 +01:00 |
Instant.prototype.epochSeconds.js
|
LibJS: Implement Temporal.Instant.prototype.epochSeconds
|
2021-07-08 23:08:27 +01:00 |
Instant.prototype.equals.js
|
LibJS: Add Temporal.Instant.prototype.equals()
|
2021-07-12 19:05:17 +01:00 |
Instant.prototype.round.js
|
LibJS: Add Temporal.Instant.prototype.round()
|
2021-07-12 19:05:17 +01:00 |
Instant.prototype.valueOf.js
|
LibJS/Tests: Add test for Temporal.Instant.prototype.valueOf()
|
2021-07-16 01:07:01 +01:00 |