ladybird/Userland/Libraries/LibJS/Tests/builtins/Temporal/PlainTime
Linus Groh d129e1ff29 LibJS: Move common code into RejectObjectWithCalendarOrTimeZone
This is an editorial change in the Temporal spec.

See: 5654fe0
2021-11-04 16:17:26 +01:00
..
PlainTime.compare.js
PlainTime.from.js
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
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: Implement Temporal.PlainTime.prototype.round 2021-11-02 21:42:40 +01:00
PlainTime.prototype.second.js
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.valueOf.js
PlainTime.prototype.with.js LibJS: Move common code into RejectObjectWithCalendarOrTimeZone 2021-11-04 16:17:26 +01:00