Commit History

Author SHA1 Message Date
  Idan Horowitz cc00a726a8 LibJS: Convert TimeZone AOs to ThrowCompletionOr 3 years ago
  Idan Horowitz 830d484d78 LibJS: Change GetISOPartsFromEpoch's return type to ISODateTime 3 years ago
  Linus Groh e4c07c5b8f LibJS: Make new_target parameter of all Temporal AOs a const* 3 years ago
  Linus Groh 576be0f8e7 LibJS: Implement Temporal.Instant.prototype.toString() 3 years ago
  Linus Groh 53c44bea00 LibJS: Mark getters of more Temporal objects [[nodiscard]] 3 years ago
  Linus Groh 6c345c8107 LibJS: Implement Temporal.ZonedDateTime.prototype.offset 3 years ago
  Linus Groh 1b9b995f93 LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots 3 years ago
  Linus Groh e511390423 LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor() 3 years ago
  Linus Groh c4123d8aad LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor() 3 years ago
  Linus Groh c303bbde54 LibJS: Implement Temporal.Now.plainDate() 3 years ago
  Linus Groh 96e63415b6 LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor() 3 years ago
  Linus Groh bece2093f2 LibJS: Remove pointless 'explicit' from a couple of constructors 4 years ago
  Linus Groh 7921d8ba91 LibJS: Start implementing Temporal.Duration 4 years ago
  Linus Groh 6c8f0fbb35 LibJS: Use more specific return types for some Temporal AOs 4 years ago
  Idan Horowitz b816037739 LibJS: Add the ToTemporalInstant Abstract Operation & its requirements 4 years ago
  Linus Groh 265e89367e LibJS: Start implementing Temporal.TimeZone 4 years ago