Historique des commits

Auteur SHA1 Message Date
  Shannon Booth 6d4eda0028 LibJS: Make CreateTemporalDuration return a NonnullGCPtr il y a 1 an
  Shannon Booth 0ed352e44e LibJS: Update DifferenceInstant and its callers to latest spec il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Linus Groh d2c10f6bea LibJS: Port temporal_instant_to_string() to String il y a 2 ans
  Linus Groh 28ee331a93 LibJS: Make parse_temporal_instant() take a StringView il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Timothy Flynn 1a84dbcb07 LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] il y a 2 ans
  Linus Groh cc8f5151d7 LibJS: Refactor Temporal since/until to common AOs il y a 3 ans
  Linus Groh c6f7214a60 LibJS: Replace magic nanosecond numbers with constants il y a 3 ans
  Linus Groh 3729a910f6 LibJS: Refactor Temporal add/subtract to common AOs il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Linus Groh 20337a34a2 LibJS: Convert Instant AOs to ThrowCompletionOr il y a 3 ans
  Linus Groh 5ae6ad8557 LibJS: Store Instant's and ZonedDateTime's m_nanoseconds as a const& il y a 3 ans
  Linus Groh e4c07c5b8f LibJS: Make new_target parameter of all Temporal AOs a const* il y a 3 ans
  Linus Groh 6607d1dfb1 LibJS: Implement Temporal.Instant.prototype.toZonedDateTime() il y a 3 ans
  Linus Groh 81aaa9ccd5 LibJS: Replace String const& with StringView in various Temporal AOs il y a 3 ans
  Idan Horowitz 456938add0 LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant} il y a 3 ans
  Idan Horowitz 24b78fff7d LibJS: Add a bunch of Temporal Abstract Operations il y a 3 ans
  Linus Groh 576be0f8e7 LibJS: Implement Temporal.Instant.prototype.toString() il y a 3 ans
  Linus Groh 53c44bea00 LibJS: Mark getters of more Temporal objects [[nodiscard]] il y a 4 ans
  Linus Groh b38f1fb071 LibJS: Implement Temporal.Instant.prototype.add() il y a 4 ans
  Linus Groh 1b9b995f93 LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots il y a 4 ans
  Linus Groh bece2093f2 LibJS: Remove pointless 'explicit' from a couple of constructors il y a 4 ans
  Idan Horowitz 84b028bd71 LibJS: Add Temporal.Instant.prototype.round() il y a 4 ans
  Idan Horowitz 33cf6274e8 LibJS: Add Temporal.Instant.compare() il y a 4 ans
  Idan Horowitz b816037739 LibJS: Add the ToTemporalInstant Abstract Operation & its requirements il y a 4 ans
  Linus Groh 47fb4286c7 LibJS: Start implementing Temporal.Instant il y a 4 ans