Commit History

Author SHA1 Message Date
  Linus Groh 35bba1c98d LibJS: Convert PlainDate AOs to ThrowCompletionOr 3 years ago
  Linus Groh f8d92232c8 LibJS: Convert Calendar AOs to ThrowCompletionOr 3 years ago
  Linus Groh 6b4777c558 LibJS: Convert prepare_temporal_fields() to ThrowCompletionOr 3 years ago
  Linus Groh 9ac426c906 LibJS: Convert to_positive_integer() to ThrowCompletionOr 3 years ago
  Linus Groh 2e28f0b371 LibJS: Convert parse_temporal_calendar_string() to ThrowCompletionOr 3 years ago
  Linus Groh 9f03647f1f LibJS: Convert to_temporal_overflow() to ThrowCompletionOr 3 years ago
  Linus Groh f2b5ddd167 LibJS: Convert iterable_to_list_of_type() to ThrowCompletionOr 3 years ago
  Linus Groh 683e31e1ff LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr 3 years ago
  Idan Horowitz c57a78423d LibJS: Convert PlainYearMonth AOs to ThrowCompletionOr 3 years ago
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
  Brian Gianforcaro fc1b9288bc LibJS: Extract exception check duplication in iso_month_day_from_fields 3 years ago
  Timothy Flynn 470262c8ab LibJS: Use ErrorType::NotAnObjectOfType instead of NotA 3 years ago
  Linus Groh 4e5becf36e LibJS: Make default_merge_fields() {additional_,}fields Object a const& 3 years ago
  Linus Groh 4bba61fd59 LibJS: Make resolve_iso_month() fields Object a const& 3 years ago
  Linus Groh 1f99538185 LibJS: Make Temporal foo_from_fields() AO field/options Object a const* 3 years ago
  Linus Groh e4c07c5b8f LibJS: Make new_target parameter of all Temporal AOs a const* 3 years ago
  Linus Groh ed98c1afc7 LibJS: Throw RangeError in PrepareTemporalFields for +/-∞ 3 years ago
  Linus Groh 418c22f9b3 LibJS: Implement Temporal.PlainDate.prototype.eraYear 3 years ago
  Linus Groh 6f7d6d917e LibJS: Implement Temporal.PlainDate.prototype.era 3 years ago
  Linus Groh 402f04c2fc LibJS: Implement Temporal.PlainDate.prototype.toString() 3 years ago
  Linus Groh 0cdad283c0 LibJS: Reflect Record wording editorial change in the Temporal spec 3 years ago
  Linus Groh 1292d80b93 LibJS: Implement Temporal.Calendar.prototype.mergeFields() 3 years ago
  Linus Groh cbe7015c0c LibJS: Add missing spec link to YearMonthFromFields 3 years ago
  Linus Groh 795e077eb8 LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay() 3 years ago
  Linus Groh 31f65b8c50 LibJS: Implement Temporal.Calendar.prototype.monthDayFromFields() 3 years ago
  Linus Groh 6709c915aa LibJS: Implement Temporal.PlainDate.prototype.toPlainYearMonth() 3 years ago
  Linus Groh ed9d37bd40 LibJS: Implement Temporal.Calendar.prototype.yearMonthFromFields() 3 years ago
  Linus Groh b76bae13fd LibJS: Handle PlainMonthDay in ISO{Year,Month,MonthCode,Day} 3 years ago
  Linus Groh ec00d4729a LibJS: Handle PlainMonthDay in GetTemporalCalendarWithISODefault 3 years ago
  Linus Groh 1e54e37228 LibJS: Handle PlainMonthDay in ToTemporalCalendar 3 years ago