summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2021-11-10LibJS: Add support for await expressionsIdan Horowitz
2021-11-10LibJS: Add support for async functionsIdan Horowitz
2021-11-09LibJS: Mark RoundTemporalInstant as infallibleLuke Wilde
2021-11-09LibJS: Mark DaysUntil as infallibleLinus Groh
2021-11-09LibJS: Convert GeneratorObject to ThrowCompletionOrIdan Horowitz
2021-11-09LibJS: Convert the IntegerIndexedElementSet AO to ThrowCompletionOrIdan Horowitz
2021-11-09LibJS: Remove leftover exception check in OrdinaryHasPropertyIdan Horowitz
2021-11-08LibJS: Implement Temporal.PlainMonthDay.prototype.with()Linus Groh
2021-11-08LibJS: Implement Temporal.PlainYearMonth.prototype.with()Linus Groh
2021-11-08LibJS: Implement Temporal.PlainDateTime.prototype.with()Linus Groh
2021-11-08LibJS: Implement Temporal.PlainDate.prototype.with()Linus Groh
2021-11-08LibJS/Tests: Fix Temporal.PlainDate.prototype.equals() testsLinus Groh
2021-11-08LibJS: Use StringView literals in prepare_temporal_fields()Linus Groh
2021-11-08LibJS: Create the RegExpExec result's "input" field lastTimothy Flynn
2021-11-07LibJS: Fix modulo() template argument deduction on i686Linus Groh
2021-11-07LibJS: Fix use of "modulo" for negative values in balance_time()Linus Groh
2021-11-07LibJS: Add a modulo() function to represent the "x modulo y" notationLinus Groh
2021-11-07LibJS: Fix nanoseconds formatting in format_time_zone_offset_string()Linus Groh
2021-11-07LibJS: Fix fraction substring in parse_time_zone_offset_string()Linus Groh
2021-11-07LibJS: Implement Temporal.Duration.prototype.toLocaleString()Linus Groh
2021-11-07LibJS: Implement Temporal.Duration.prototype.toJSON()Linus Groh
2021-11-07LibJS: Implement Temporal.Duration.prototype.toString()Linus Groh
2021-11-07LibJS: Change calendar_date_add() date parameter from PlainDate to ValueLinus Groh
2021-11-07LibJS: Implement Temporal.ZonedDateTime.prototype.equalsLuke Wilde
2021-11-07LibJS: Implement Temporal.ZonedDateTime.compareLuke Wilde
2021-11-07LibJS: Implement Temporal.ZonedDateTime.fromLuke Wilde
2021-11-07LibJS: Implement ToTemporalZonedDateTime and the required AOsLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withCalendarLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withTimeZoneLuke Wilde
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