summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainDateLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainTimeLuke Wilde
2021-11-04LibJS: Move common code into RejectObjectWithCalendarOrTimeZoneLinus 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: 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/Tests: Fix arg name in Instant.prototype.toZonedDateTime() testLinus 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: Enable Temporal.Calendar.prototype.dateAdd() test that now passesLinus 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-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-20LibJS: Add parsing and evaluation of private fields and methodsdavidot
2021-10-20LibJS: Add static initializers to classesdavidot
2021-10-20LibJS: Make class definition evaluation more spec like in orderingdavidot
2021-10-20LibJS: Add ErrorTypes for Promise ownKeys trap invariant violationsLinus Groh
2021-10-15LibJS: Enable now working tests for duplicated variable declarationsdavidot
2021-10-15LibJS: Implement ShadowRealm.prototype.importValue()Linus Groh
2021-10-15LibJS/Tests: Test ShadowRealm.prototype.evaluate() this value type checkLinus Groh
2021-10-15LibJS: Fix typo in LHS Object and RHS BigInt loosely equals checkLuke Wilde
2021-10-14LibJS: Implement ShadowRealm.prototype.evaluate()Linus Groh
2021-10-14LibJS: Implement ShadowRealm.prototype[@@toStringTag]Linus Groh
2021-10-14LibJS: Start implementing ShadowRealmLinus Groh
2021-10-11LibJS: Implement Temporal.PlainMonthDay.prototype.toPlainDate()Linus Groh
2021-10-11LibJS: Implement Temporal.PlainYearMonth.prototype.toPlainDate()Linus Groh
2021-10-11LibJS: Implement Temporal.Calendar.prototype.dateUntil()Linus Groh
2021-10-09LibJS: Implement [[Call]] and [[Construct]] internal slots properlyLinus Groh
2021-10-07LibJS: Fast non-local variable access :^)Andreas Kling
2021-09-30LibJS: Fix switch skipping case evaluation when hitting the default casedavidot
2021-09-30LibJS: Make scoping follow the specdavidot
2021-09-30LibJS: Handle escaped keywords in more cases and handle 'await' labelsdavidot
2021-09-30LibJS: Allow multiple labels on the same statementdavidot
2021-09-26LibJS: Allow statements to have multiple labelsAndreas Kling
2021-09-26LibJS: Defer execution of switch default clause until after case clausesLinus Groh
2021-09-25LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObjectLinus Groh
2021-09-14LibJS: Implement parsing and execution of optional chainsAli Mohammad Pur
2021-09-13LibJS: Evaluate function arguments before checking callee typeLinus Groh