提交历史

作者 SHA1 备注 提交日期
  Linus Groh b751f80166 LibJS: Change internal slots of Duration to store mathematical values 3 年之前
  Linus Groh 6a2b73a4a9 LibJS: Simplify DaysUntil 3 年之前
  Linus Groh 3729a910f6 LibJS: Refactor Temporal add/subtract to common AOs 3 年之前
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS 3 年之前
  Linus Groh 9a3014c91a LibJS: Drop "integral part of" language 3 年之前
  Linus Groh 5397278bfc LibJS: Update spec comments to use ToZeroPaddedDecimalString AO 3 年之前
  Linus Groh 151eb8606d LibJS: Consistently call observable Temporal AOs with undefined options 3 年之前
  Linus Groh ff3256792d LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt 3 年之前
  Linus Groh 039cb9f189 LibJS: Change nanoseconds_to_days() result from a JS to Crypto BigInt 3 年之前
  Linus Groh 360c65e92b LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 3 年之前
  Linus Groh 48856498f0 LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts 3 年之前
  Linus Groh f75052ff7c LibJS: Assert CreateTemporalDuration does not throw given correct input 3 年之前
  Linus Groh 4553512321 LibJS: Assert CreateTemporalDuration does not throw in trivial cases 3 年之前
  Linus Groh 68af8649fb LibJS: Follow rules for consuming completion records 3 年之前
  Linus Groh 2bae040bc9 LibJS: Remove Sign abstract operation 3 年之前
  Linus Groh 0d06f3655f LibJS: Move string-parsing code into ToTemporalDurationRecord 3 年之前
  Linus Groh 87fb005a8d LibJS: Move IsValidDuration check into ToTemporalDurationRecord 3 年之前
  Linus Groh a009e834dc LibJS: Add clarifying assertion to BalanceDurationRelative 3 年之前
  Linus Groh 17da627b4c LibJS: Fix "set it to" language to be more explicit 3 年之前
  Linus Groh a496868ee5 LibJS: Create Duration Records with their own abstract operations 3 年之前
  Linus Groh 64e43c89bc LibJS: Remove assertions that are now part of structured headers 3 年之前
  Linus Groh 97bd4cebab LibJS: Refactor return value of RoundDuration 3 年之前
  Linus Groh bdb13a74b0 LibJS: Describe various kinds of "Duration Records" 3 年之前
  Linus Groh fb6c8781a2 LibJS: Update RoundDuration after DRY refactor in spec 3 年之前
  Linus Groh 5277646f46 LibJS: Fix 'precision != "auto"' check in temporal_duration_to_string() 3 年之前
  Linus Groh acce65b52c LibJS: Fix fractionalSecondDigits behavior in Duration.proto.toString() 3 年之前
  Linus Groh bdb8fc54f2 LibJS: Update spec comment in balance_duration_relative() 3 年之前
  Andreas Kling fed6a76990 LibJS: Add Handle::operator->() 3 年之前
  Timothy Flynn 1039159a6c LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView 3 年之前
  Linus Groh 7a2eeae8c6 LibJS: Implement Temporal.ZonedDateTime.prototype.until() 3 年之前