Commit History

Author SHA1 Message Date
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Linus Groh b0e7d59b8b LibJS: Throw on conversion from TimeZone to Calendar and vice versa 2 years ago
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 years ago
  Linus Groh 57162ad510 LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName 2 years ago
  Linus Groh 72997c6b77 LibJS: Define IsValidTimeZoneName in terms of AvailableTimeZones 2 years ago
  Linus Groh 484c66125d LibJS: Rename Get{IANA => Named}TimeZonePreviousTransition 2 years ago
  Linus Groh 8cc260107d LibJS: Rename Get{IANA => Named}TimeZoneNextTransition 2 years ago
  Luke Wilde f7bb79d6d1 LibJS: Fast-path ToTemporalTimeZone when the argument is a TimeZone 2 years ago
  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