Historial de Commits

Autor SHA1 Mensaje Fecha
  Shannon Booth 6d4eda0028 LibJS: Make CreateTemporalDuration return a NonnullGCPtr hace 1 año
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type hace 1 año
  Daniel Bertalan 1dce1994eb LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable hace 2 años
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr hace 2 años
  Linus Groh b6e13f451f LibJS: Port temporal_date_time_to_string() to String hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  Timothy Flynn 1a84dbcb07 LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds hace 2 años
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! hace 2 años
  Linus Groh 36225c0ae7 LibJS: Allow undefined for calendar in MaybeFormatCalendarAnnotation hace 2 años
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] hace 2 años
  Linus Groh 709e16004d LibJS: Assert RoundISODateTime is called with values within the limits hace 3 años
  Linus Groh 8be4cc9653 LibJS: Make options mandatory in Difference{Zoned,ISO}DateTime hace 3 años
  Linus Groh cc8f5151d7 LibJS: Refactor Temporal since/until to common AOs hace 3 años
  Linus Groh 3729a910f6 LibJS: Refactor Temporal add/subtract to common AOs hace 3 años
  Linus Groh e109b967a1 LibJS: Make options object const in more Temporal AOs hace 3 años
  Linus Groh bdb13a74b0 LibJS: Describe various kinds of "Duration Records" hace 3 años
  Luke Wilde b2bbd4d2b8 LibJS: Implement Temporal.PlainDateTime.prototype.toString hace 3 años
  Linus Groh d49bbb1da3 LibJS: Implement TODO()'d parts of balance_duration() hace 3 años
  Linus Groh 97f6c6029f LibJS: Implement Temporal.TimeZone.prototype.getInstantFor() hace 3 años
  Linus Groh d764f1c699 LibJS: Convert PlainDateTime AOs to ThrowCompletionOr hace 3 años
  Linus Groh e4c07c5b8f LibJS: Make new_target parameter of all Temporal AOs a const* hace 3 años
  Linus Groh 81aaa9ccd5 LibJS: Replace String const& with StringView in various Temporal AOs hace 3 años
  Linus Groh 576be0f8e7 LibJS: Implement Temporal.Instant.prototype.toString() hace 3 años
  Idan Horowitz 28fa4d1568 LibJS: Add the CompareTemporalTime & CompareISODateTime AOs hace 3 años
  Linus Groh ad427f85ca LibJS: Implement Temporal.PlainDateTime.from() hace 3 años
  Linus Groh 321f2c0927 LibJS: Fix types of PlainDateTime iso_{milli,micro,nano}second params hace 4 años
  Linus Groh c303bbde54 LibJS: Implement Temporal.Now.plainDate() hace 4 años
  Idan Horowitz 2c6bd3a61b LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/Calendar hace 4 años
  Linus Groh 61b2780853 LibJS: Fix return type of PlainDateTime::iso_{milli,micro,nano}second() hace 4 años
  Linus Groh 4be3196882 LibJS: Start implementing Temporal.PlainDateTime hace 4 años