Commit History

Author SHA1 Message Date
  Linus Groh 3112de6f35 LibJS: Convert parse_iso_date_time() to ThrowCompletionOr 3 years ago
  Linus Groh 8792fdfdf6 LibJS: Convert reject_temporal_calendar_type() to ThrowCompletionOr 3 years ago
  Linus Groh 8dd45a1ba2 LibJS: Convert validate_temporal_unit_range() to ThrowCompletionOr 3 years ago
  Linus Groh 448a364210 LibJS: Convert to_smallest_temporal_unit() to ThrowCompletionOr 3 years ago
  Linus Groh 92187591dd LibJS: Convert to_largest_temporal_unit() to ThrowCompletionOr 3 years ago
  Linus Groh dd483d84f8 LibJS: Convert to_seconds_string_precision() to ThrowCompletionOr 3 years ago
  Linus Groh f8f074f8a9 LibJS: Convert to_temporal_rounding_increment() to ThrowCompletionOr 3 years ago
  Linus Groh 65d26dd25e LibJS: Convert to_show_calendar_option() to ThrowCompletionOr 3 years ago
  Linus Groh 509d13cf67 LibJS: Convert to_temporal_rounding_mode() to ThrowCompletionOr 3 years ago
  Linus Groh 9f03647f1f LibJS: Convert to_temporal_overflow() to ThrowCompletionOr 3 years ago
  Linus Groh b1e7e62657 LibJS: Convert get_string_or_number_option() to ThrowCompletionOr 3 years ago
  Linus Groh 8d6ac267dc LibJS: Convert Temporal::get_option() to ThrowCompletionOr 3 years ago
  Linus Groh 08dd1c3e2d LibJS: Convert get_options_object() 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
  Linus Groh 88a31f3bac LibJS: Fix [[TimeZoneOffsetString]] value in ParseTemporalInstantString 3 years ago
  Linus Groh 4be2aeca00 LibJS: Make prepare_temporal_fields() fields Object a const& 3 years ago
  Linus Groh 1d24699ca8 LibJS: Make Temporal to_foo() AO normalized_options Object a const& 3 years ago
  Linus Groh a422ea8792 LibJS: Make get_string_or_number_option() options Object a const& 3 years ago
  Linus Groh c099b1b8a5 LibJS: Make get_option() options Object a const& 3 years ago
  Luke Wilde ff0b01a505 LibJS: Implement ToTemporalYearMonth AO 3 years ago
  Linus Groh 81aaa9ccd5 LibJS: Replace String const& with StringView in various Temporal AOs 3 years ago
  Luke Wilde d943b8f100 LibJS: Implement Temporal.PlainTime.prototype.with 3 years ago
  Idan Horowitz 456938add0 LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant} 3 years ago
  Idan Horowitz 24b78fff7d LibJS: Add a bunch of Temporal Abstract Operations 3 years ago
  Linus Groh 7acd174c85 LibJS: Reflect normative changes in ParseTemporalInstantString 3 years ago
  Linus Groh ed98c1afc7 LibJS: Throw RangeError in PrepareTemporalFields for +/-∞ 3 years ago
  Linus Groh 576be0f8e7 LibJS: Implement Temporal.Instant.prototype.toString() 3 years ago
  Idan Horowitz f6370fe3f7 LibJS: Add the ToTemporalTime AO and stub the ParseTemporalTimeString AO 3 years ago
  Linus Groh ad427f85ca LibJS: Implement Temporal.PlainDateTime.from() 3 years ago