Historique des commits

Auteur SHA1 Message Date
  Linus Groh 3aa3ab65b1 LibJS: Port to_temporal_rounding_mode() to String il y a 2 ans
  Linus Groh ec9f2013c9 LibJS: Port to_temporal_disambiguation() to String il y a 2 ans
  Linus Groh b8759e86ee LibJS: Port to_temporal_overflow() to String il y a 2 ans
  BodilessSleeper 90b43712e6 LibJS: Rename ToIntegerThrowOnInfinity to ToIntegerWithTruncation il y a 2 ans
  BodilessSleeper 1f1b2f4d26 LibJS: Rename ToPositiveInteger -> ToPositiveIntegerWithTruncation il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Jonah 381b36b83f LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral il y a 2 ans
  Smrtnyk 2ba2e6ca0a LibJS: Rename ToShowTimeZoneNameOption to ToTimeZoneNameOption il y a 2 ans
  Smrtnyk efe82e5c91 LibJS: Rename ToShowCalendarOption to ToCalendarNameOption il y a 2 ans
  Linus Groh b6f101f1c0 LibJS: Fix TemporalCalendarString ambiguity il y a 2 ans
  snooze6214 1fde3737f4 LibJS: Move time zone annotation parsing into ParseISODateTime il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 3 ans
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] il y a 3 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 3 ans
  Linus Groh ee0d5d6649 LibJS: Refactor common option reading into the GetDifferenceSettings AO il y a 3 ans
  Linus Groh b2965cf204 LibJS: Fix Instant rounding modes il y a 3 ans
  Linus Groh 52a4ee563d LibJS: Assume options is an object in the MergeLargestUnitOption AO il y a 3 ans
  Linus Groh 9b3602d000 LibJS: Update missing/superfluous commas in various spec comments il y a 3 ans
  Linus Groh 71a519831d LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262 il y a 3 ans
  Linus Groh 46d2ac6da4 LibJS: Align Temporal GetOption AO with ECMA-402 il y a 3 ans
  Linus Groh c8d84f33b0 LibJS: Remove unused GetStringOrNumberOption operation il y a 3 ans
  Linus Groh 3e6561c75f LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFields il y a 3 ans
  Linus Groh 4c77575ec5 LibJS: Simplify Temporal unit AOs il y a 3 ans
  Linus Groh ae1fdf299d LibJS: Use the rounding abstract operations from Intl.NumberFormat V3 il y a 3 ans
  Linus Groh cc8f5151d7 LibJS: Refactor Temporal since/until to common AOs il y a 3 ans
  Linus Groh 3729a910f6 LibJS: Refactor Temporal add/subtract to common AOs il y a 3 ans
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS il y a 3 ans
  Linus Groh e109b967a1 LibJS: Make options object const in more Temporal AOs il y a 3 ans
  Linus Groh 2844a2c448 LibJS: Handle undefined options in MergeLargestUnitOption il y a 3 ans
  Linus Groh 151eb8606d LibJS: Consistently call observable Temporal AOs with undefined options il y a 3 ans