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/PlainTime
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
..
PlainTime.compare.js
PlainTime.from.js LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor 2024-03-02 12:27:20 +01:00
PlainTime.js
PlainTime.prototype.@@toStringTag.js
PlainTime.prototype.add.js
PlainTime.prototype.calendar.js
PlainTime.prototype.equals.js
PlainTime.prototype.getISOFields.js
PlainTime.prototype.hour.js
PlainTime.prototype.microsecond.js
PlainTime.prototype.millisecond.js
PlainTime.prototype.minute.js
PlainTime.prototype.nanosecond.js
PlainTime.prototype.round.js LibJS: Allow string as parameter in Temporal's round() / total() 2021-11-19 11:06:53 +00:00
PlainTime.prototype.second.js
PlainTime.prototype.since.js LibJS: Implement Temporal.PlainTime.prototype.since() 2021-11-21 20:04:19 +00:00
PlainTime.prototype.subtract.js LibJS: Implement Temporal.PlainTime.prototype.subtract() 2021-11-01 23:51:23 +01:00
PlainTime.prototype.toJSON.js
PlainTime.prototype.toLocaleString.js
PlainTime.prototype.toPlainDateTime.js
PlainTime.prototype.toString.js
PlainTime.prototype.toZonedDateTime.js LibJS: Implement Temporal.PlainTime.prototype.toZonedDateTime() 2021-11-02 18:40:37 +01:00
PlainTime.prototype.until.js LibJS: Implement Temporal.PlainTime.prototype.until() 2021-11-21 20:04:19 +00:00
PlainTime.prototype.valueOf.js
PlainTime.prototype.with.js Everywhere: Change spelling of 'behaviour' to 'behavior' 2023-05-07 01:05:09 +02:00