Commit History

Author SHA1 Message Date
  Linus Groh 20337a34a2 LibJS: Convert Instant AOs to ThrowCompletionOr 3 years ago
  Linus Groh f8d92232c8 LibJS: Convert Calendar AOs to ThrowCompletionOr 3 years ago
  Linus Groh 0ccd11ba5f LibJS: Convert parse_temporal_time_string() to ThrowCompletionOr 3 years ago
  Linus Groh 683e31e1ff LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr 3 years ago
  Idan Horowitz 229a5ce149 LibJS: Convert PlainTime AOs to ThrowCompletionOr 3 years ago
  Idan Horowitz cc00a726a8 LibJS: Convert TimeZone AOs to ThrowCompletionOr 3 years ago
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
  Linus Groh c9951ad26b LibJS: Make to_temporal_time_record() time like 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 9f78a957d5 LibJS: Implement Temporal.PlainTime.prototype.toString() 3 years ago
  Luke Wilde d943b8f100 LibJS: Implement Temporal.PlainTime.prototype.with 3 years ago
  Linus Groh ed98c1afc7 LibJS: Throw RangeError in PrepareTemporalFields for +/-∞ 3 years ago
  Idan Horowitz f6370fe3f7 LibJS: Add the ToTemporalTime AO and stub the ParseTemporalTimeString AO 3 years ago
  Idan Horowitz 28fa4d1568 LibJS: Add the CompareTemporalTime & CompareISODateTime AOs 3 years ago
  Linus Groh ad427f85ca LibJS: Implement Temporal.PlainDateTime.from() 3 years ago
  Linus Groh 0cdad283c0 LibJS: Reflect Record wording editorial change in the Temporal spec 3 years ago
  Andreas Kling 286a7ecd92 LibJS: Call base class visit_edges() in various Temporal objects 3 years ago
  Linus Groh 4e4d8d6905 LibJS: Reflect infallibility editorial changes in the Temporal spec 3 years ago
  Linus Groh ae4bf8fc32 LibJS: Start implementing Temporal.PlainTime 3 years ago
  Linus Groh c303bbde54 LibJS: Implement Temporal.Now.plainDate() 3 years ago
  Idan Horowitz 2c6bd3a61b LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/Calendar 3 years ago
  Idan Horowitz b816037739 LibJS: Add the ToTemporalInstant Abstract Operation & its requirements 4 years ago