1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 15:45:06 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/ZonedDateTime
Timothy Flynn 76589d6728 LibJS: Change wording of ErrorType::NotA to be independent of context
Currently, we have NotA and NotAn, to be used dependent on whether the
following word begins with a vowel or not. To avoid this, change the
wording on NotA to be independent of this context.
2021-09-12 00:16:39 +02:00
..
ZonedDateTime.js LibJS: Start implementing Temporal.ZonedDateTime 2021-08-01 20:31:31 +01:00
ZonedDateTime.prototype.@@toStringTag.js LibJS: Implement Temporal.ZonedDateTime.prototype[@@toStringTag] 2021-08-01 20:31:31 +01:00
ZonedDateTime.prototype.calendar.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.day.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.dayOfWeek.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.dayOfYear.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.daysInMonth.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.daysInWeek.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.daysInYear.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.epochMicroseconds.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.epochMilliseconds.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.epochNanoseconds.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.epochSeconds.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.era.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.eraYear.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.getISOFields.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.hour.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.inLeapYear.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.microsecond.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.millisecond.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.minute.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.month.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.monthCode.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.monthsInYear.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.nanosecond.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.offset.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.offsetNanoseconds.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.second.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.timeZone.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.toInstant.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.toPlainDate.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.toPlainDateTime.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.toPlainMonthDay.js LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainMonthDay() 2021-08-24 01:53:30 +02:00
ZonedDateTime.prototype.toPlainTime.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.toPlainYearMonth.js LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainYearMonth() 2021-08-24 01:53:30 +02:00
ZonedDateTime.prototype.valueOf.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.weekOfYear.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
ZonedDateTime.prototype.year.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00