Commit History

Author SHA1 Message Date
  Linus Groh 2ecb47c985 LibJS: Update spec comments in format_time_zone_offset_string() 3 years ago
  Linus Groh eaa3329573 LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch() 3 years ago
  Luke Wilde 3666d2132b LibJS: Remove fallback value for get_offset_nanoseconds_for 3 years ago
  Linus Groh e93ce1ff69 LibJS: Fix nanoseconds formatting in format_time_zone_offset_string() 3 years ago
  Linus Groh 68d80d239b LibJS: Fix fraction substring in parse_time_zone_offset_string() 3 years ago
  Luke Wilde 706296374b LibJS: Implement Temporal.ZonedDateTime.prototype.equals 3 years ago
  Linus Groh dd1a808f7e LibJS: Remove TODO() from implemented code path 3 years ago
  Linus Groh 38809f90d9 LibJS: Introduce & use FormatISOTimeZoneOffsetString 3 years ago
  Linus Groh 97f6c6029f LibJS: Implement Temporal.TimeZone.prototype.getInstantFor() 3 years ago
  Linus Groh a7cb042ca8 LibJS: Fix format_time_zone_offset_string() for negative offsets 3 years ago
  Linus Groh 92fdae178b LibJS: Implement Temporal.TimeZone.prototype.getPreviousTransition() 3 years ago
  Linus Groh e9cbeeac45 LibJS: Implement Temporal.TimeZone.prototype.getNextTransition() 3 years ago
  Linus Groh 5fde02184d LibJS: Implement Temporal.TimeZone.prototype.getPossibleInstantsFor() 3 years ago
  Linus Groh 09d1db5afd LibJS: Clarify mathematical types in Temporal AOs and functions 3 years ago
  Linus Groh be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr 3 years ago
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 years ago
  Linus Groh f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr 3 years ago
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 years ago
  Idan Horowitz ee825d6d9e LibJS: Convert get_method to ThrowCompletionOr 3 years ago
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 years ago
  Linus Groh d764f1c699 LibJS: Convert PlainDateTime AOs to ThrowCompletionOr 3 years ago
  Linus Groh 14f16d9ed4 LibJS: Convert parse_temporal_time_zone_string() to ThrowCompletionOr 3 years ago
  Idan Horowitz cc00a726a8 LibJS: Convert TimeZone AOs to ThrowCompletionOr 3 years ago
  Idan Horowitz 830d484d78 LibJS: Change GetISOPartsFromEpoch's return type to ISODateTime 3 years ago
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
  Linus Groh e4c07c5b8f LibJS: Make new_target parameter of all Temporal AOs a const* 3 years ago
  Linus Groh 86a7c795f6 LibJS: Use the newly added remainder operation in GetISOPartsFromEpoch 3 years ago
  Linus Groh 576be0f8e7 LibJS: Implement Temporal.Instant.prototype.toString() 3 years ago
  Linus Groh 0cdad283c0 LibJS: Reflect Record wording editorial change in the Temporal spec 3 years ago
  Linus Groh 16c38788c3 LibJS: Add missing spec links 3 years ago