Commit History

Author SHA1 Message Date
  Idan Horowitz d35d106f01 LibJS: Remove invalid CreateDateDurationRecord AO overload 3 years ago
  Timothy Flynn a712c7b5e1 LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zero 3 years ago
  Linus Groh 071b92e920 LibJS: Fix typos in Temporal spec comments 3 years ago
  Linus Groh 5b1e2cc65c LibJS: Update AdjustRoundedDurationDays function signature comment 3 years ago
  Linus Groh a25c5d8fe8 LibJS: Make relativeTo required for AdjustRoundedDurationDays 3 years ago
  Linus Groh 3bc54ac75a LibJS: Mark a call of CreateDurationRecord as fallible 3 years ago
  Linus Groh 81b9a2e4a1 LibJS: Mark a call of CreateDateDurationRecord as fallible 3 years ago
  Linus Groh 8be4cc9653 LibJS: Make options mandatory in Difference{Zoned,ISO}DateTime 3 years ago
  Linus Groh 5eb48f6f3a LibJS: Remove constant arguments from CalculateOffsetShift 3 years ago
  Linus Groh 6cc69bbd8e LibJS: Rename ToPartialDuration to ToTemporalPartialDurationRecord 3 years ago
  Linus Groh 6982e53113 LibJS: Leverage ToPartialDuration in ToTemporalDurationRecord 3 years ago
  Linus Groh b9beb2b120 LibJS: Remove unnecessary ToLimitedTemporalDuration AO 3 years ago
  Linus Groh ae1fdf299d LibJS: Use the rounding abstract operations from Intl.NumberFormat V3 3 years ago
  Luke Wilde 2b764b3594 LibJS: Remove faulty assertion in BalanceDurationRelative 3 years ago
  Linus Groh 80048c694a LibJS: Use '2 × nsMaxInstant' in a couple of assertion comments 3 years ago
  Linus Groh b751f80166 LibJS: Change internal slots of Duration to store mathematical values 3 years ago
  Linus Groh 6a2b73a4a9 LibJS: Simplify DaysUntil 3 years ago
  Linus Groh 3729a910f6 LibJS: Refactor Temporal add/subtract to common AOs 3 years ago
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS 3 years ago
  Linus Groh 9a3014c91a LibJS: Drop "integral part of" language 3 years ago
  Linus Groh 5397278bfc LibJS: Update spec comments to use ToZeroPaddedDecimalString AO 3 years ago
  Linus Groh 151eb8606d LibJS: Consistently call observable Temporal AOs with undefined options 3 years ago
  Linus Groh ff3256792d LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt 3 years ago
  Linus Groh 039cb9f189 LibJS: Change nanoseconds_to_days() result from a JS to Crypto BigInt 3 years ago
  Linus Groh 360c65e92b LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 3 years ago
  Linus Groh 48856498f0 LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts 3 years ago
  Linus Groh f75052ff7c LibJS: Assert CreateTemporalDuration does not throw given correct input 3 years ago
  Linus Groh 4553512321 LibJS: Assert CreateTemporalDuration does not throw in trivial cases 3 years ago
  Linus Groh 68af8649fb LibJS: Follow rules for consuming completion records 3 years ago
  Linus Groh 2bae040bc9 LibJS: Remove Sign abstract operation 3 years ago