summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainDateLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainTimeLuke Wilde
2021-11-05LibJS: Adjust approximated result in year_from_time() if necessaryLinus Groh
2021-11-05LibJS: Account for leap days in year_from_time()Linus Groh
2021-11-04LibJS: Replace a couple of TODO()'s in Temporal with InternalErrorLinus Groh
2021-11-04LibJS: Remove TODO() from implemented code pathLinus Groh
2021-11-04LibJS: Introduce & use FormatISOTimeZoneOffsetStringLinus Groh
2021-11-04LibJS: Move common code into RejectObjectWithCalendarOrTimeZoneLinus Groh
2021-11-04LibJS: Update ToTemporalTimeRecord to not require all propertiesLinus Groh
2021-11-04LibJS: Implement Temporal.ZonedDateTime.prototype.startOfDayLuke Wilde
2021-11-03LibJS: Implement Temporal.PlainDateTime.prototype.roundLuke Wilde
2021-11-03LibJS: Implement Temporal.ZonedDateTime.prototype.hoursInDayLuke Wilde
2021-11-03LibJS: Implement Temporal.PlainDateTime.prototype.toJSONLuke Wilde
2021-11-03LibJS: Implement Temporal.PlainDateTime.prototype.toLocaleStringLuke Wilde
2021-11-03LibJS: Implement Temporal.PlainDateTime.prototype.toStringLuke Wilde
2021-11-02LibJS: Implement Temporal.PlainTime.prototype.roundLuke Wilde
2021-11-02LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Convert the PutValue AO to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Convert the GetValue AO to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Convert reference deletion to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Implement Temporal.PlainTime.prototype.toZonedDateTime()Linus Groh
2021-11-02LibJS: Implement Temporal.PlainDateTime.prototype.toZonedDateTime()Linus Groh
2021-11-02LibJS: Implement Temporal.PlainDate.prototype.toZonedDateTime()Linus Groh
2021-11-02LibJS: Implement Temporal.PlainDate.prototype.subtract()Linus Groh
2021-11-02LibJS: Implement Temporal.PlainDate.prototype.add()Linus Groh
2021-11-02LibJS: Implement Temporal.PlainDateTime.prototype.subtract()Linus Groh
2021-11-02LibJS: Implement Temporal.PlainDateTime.prototype.add()Linus Groh
2021-11-02LibJS: Implement TODO()'d parts of balance_duration()Linus Groh
2021-11-01LibJS: Implement Temporal.PlainTime.prototype.subtract()Luke Wilde
2021-11-01LibJS: Implement Temporal.PlainTime.prototype.add()Luke Wilde
2021-11-01LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()Linus Groh
2021-10-31LibJS: Remove old Native FunctionsIdan Horowitz
2021-10-31LibJS: Use ThrowCompletionOr accessors in CreateMappedArgumentsObjectIdan Horowitz
2021-10-31LibJS: Convert %IteratorPrototype% to ThrowCompletionOrTimothy Flynn
2021-10-31LibJS: Convert ObjectConstructor to ThrowCompletionOrTimothy Flynn
2021-10-31LibJS: Convert ObjectConstructor GetOwnPropertyKeys to ThrowCompletionOrTimothy Flynn
2021-10-31LibJS: Convert GlobalObject to ThrowCompletionOrTimothy Flynn
2021-10-31LibJS: Convert GlobalObject's Encode and Decode AOs to ThrowCompletionOrTimothy Flynn
2021-10-31LibJS: Convert Object.prototype to ThrowCompletionOrTimothy Flynn
2021-10-30LibJS: Update spec comment in parse_temporal_time_zone_string()Linus Groh
2021-10-30LibJS: Fix format_time_zone_offset_string() for negative offsetsLinus Groh
2021-10-30LibJS: Update parse_temporal_time_zone_string() substring boundsLinus Groh
2021-10-30LibJS: Implement Temporal.TimeZone.prototype.getPreviousTransition()Linus Groh
2021-10-30LibJS: Implement Temporal.TimeZone.prototype.getNextTransition()Linus Groh
2021-10-30LibJS: Implement Temporal.TimeZone.prototype.getPossibleInstantsFor()Linus Groh
2021-10-30LibJS: Mark single argument BigInt() constructor as 'explicit'Linus Groh
2021-10-30LibJS: Ensure make_day()'s temporary Core::DateTime is treated as UTCLinus Groh
2021-10-30LibJS: Fix off-by-one in make_day()'s temporary Core::DateTimeLinus Groh
2021-10-29LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert GeneratorObjectPrototype functions to ThrowCompletionOrIdan Horowitz