1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 20:35:06 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/Instant
Shannon Booth f95117f75d LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor
Update to the latest version of the spec which was refactored to use
time zone methods record. This requires updating a whole bunch of
callers to pass through a record too.

This also ends up improving exceptions on a missing
getOffsetNanosecondsFor method.
2024-03-02 12:27:20 +01:00
..
Instant.compare.js
Instant.from.js LibJS: Align ISO 8601 grammar with annotations from IXDTF 2022-11-03 19:15:50 +00:00
Instant.fromEpochMicroseconds.js
Instant.fromEpochMilliseconds.js
Instant.fromEpochNanoseconds.js
Instant.fromEpochSeconds.js
Instant.js
Instant.prototype.@@toStringTag.js
Instant.prototype.add.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Instant.prototype.epochMicroseconds.js LibJS: Enable Temporal tests that now pass 2022-02-06 15:49:54 +00:00
Instant.prototype.epochMilliseconds.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Instant.prototype.epochNanoseconds.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Instant.prototype.epochSeconds.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Instant.prototype.equals.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Instant.prototype.round.js LibJS: Allow string as parameter in Temporal's round() / total() 2021-11-19 11:06:53 +00:00
Instant.prototype.since.js LibJS/Tests: Add a bunch of rounding mode tests 2024-02-06 08:45:34 +01:00
Instant.prototype.subtract.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Instant.prototype.toJSON.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Instant.prototype.toLocaleString.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Instant.prototype.toString.js LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor 2024-03-02 12:27:20 +01:00
Instant.prototype.toZonedDateTime.js LibJS/Tests: Fix arg name in Instant.prototype.toZonedDateTime() test 2021-11-02 17:51:02 +01:00
Instant.prototype.toZonedDateTimeISO.js LibJS: Remove extra property check from Instant#toZonedDateTimeISO 2022-10-16 13:40:21 +02:00
Instant.prototype.until.js LibJS/Tests: Add a bunch of rounding mode tests 2024-02-06 08:45:34 +01:00
Instant.prototype.valueOf.js