Commit History

Author SHA1 Message Date
  Timothy Flynn 443ffab9dc LibJS: Use infallible ParseTimeZoneOffsetString 2 years ago
  Timothy Flynn d992cba014 LibJS: Remove Temporal::DefaultTimeZone 2 years ago
  Timothy Flynn 735e1c4e20 LibJS: Replace GetIANATimeZoneOffset[Ns] with GetNamedTimeZoneOffset[Ns] 2 years ago
  Timothy Flynn 053cc90dbe LibJS: Replace GetIANATimeZoneEpochValue with GetNamedTimeZoneEpoch[Ns] 2 years ago
  Timothy Flynn 1a84dbcb07 LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds 2 years ago
  davidot 1b0ca52c54 LibJS: Disallow one day long time zone offsets 2 years ago
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger 2 years ago
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 years ago
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 years ago
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 2 years ago
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh 41791146fd LibJS: Disallow out-of-range return from previous / next transition 2 years ago
  Linus Groh 071b92e920 LibJS: Fix typos in Temporal spec comments 3 years ago
  Linus Groh fb2012dfc7 LibJS: Add Add IsValidISODate assertions 3 years ago
  Linus Groh 3720f4bd8f LibJS: Fix production for time zone name in time zone strings 3 years ago
  Linus Groh 7138f10c30 LibJS: Check for invalid epoch ns in DisambiguatePossibleInstants 3 years ago
  Linus Groh 9c31fee4b5 LibJS: Remove unnecessary modulo operation in GetISOPartsFromEpoch 3 years ago
  Linus Groh 9d2377ff60 LibJS: Only call CanonicalizeTimeZoneName on valid time zone IDs 3 years ago
  Linus Groh cf61d01140 LibJS: Add a named alias for parseResult.[[Name]] in ToTemporalTimeZone 3 years ago
  Linus Groh 3bb94dd62e LibJS: Refactor Temporal parse AOs 3 years ago
  Linus Groh ae1fdf299d LibJS: Use the rounding abstract operations from Intl.NumberFormat V3 3 years ago
  Linus Groh de0ea331cd LibJS: Simplify BalanceISODate 3 years ago
  Linus Groh 15fe6297bc LibJS: Use "Completion" to emphasize completion record 3 years ago
  Linus Groh c6f7214a60 LibJS: Replace magic nanosecond numbers with constants 3 years ago
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS 3 years ago
  Linus Groh df1f81ba90 LibJS: Add notes about lifetime of surrounding agent 3 years ago
  Linus Groh 76a6bd0e75 LibJS: Fix numeric type confusion in GetEpochFromISOParts return value 3 years ago