ladybird/Userland/Libraries/LibJS/Tests/builtins/Temporal/PlainTime
Linus Groh d0c29c9735 LibJS: Allow string as parameter in Temporal's round() / total()
This is a normative change in the Temporal spec.

See: 1f0c586
2021-11-19 11:06:53 +00:00
..
PlainTime.compare.js
PlainTime.from.js LibJS: Remove fallback value for get_offset_nanoseconds_for 2021-11-17 11:30:13 +00:00
PlainTime.js
PlainTime.prototype.@@toStringTag.js
PlainTime.prototype.add.js LibJS: Implement Temporal.PlainTime.prototype.add() 2021-11-01 23:51:23 +01:00
PlainTime.prototype.calendar.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.equals.js LibJS: Fix Temporal.PlainTime.prototype.equals test 2021-09-08 08:48:13 +01:00
PlainTime.prototype.getISOFields.js
PlainTime.prototype.hour.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.microsecond.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.millisecond.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.minute.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.nanosecond.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
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 LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.subtract.js LibJS: Implement Temporal.PlainTime.prototype.subtract() 2021-11-01 23:51:23 +01:00
PlainTime.prototype.toJSON.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.toLocaleString.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.toPlainDateTime.js
PlainTime.prototype.toString.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.toZonedDateTime.js LibJS: Implement Temporal.PlainTime.prototype.toZonedDateTime() 2021-11-02 18:40:37 +01:00
PlainTime.prototype.valueOf.js
PlainTime.prototype.with.js LibJS: Move common code into RejectObjectWithCalendarOrTimeZone 2021-11-04 16:17:26 +01:00