summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
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
2021-09-12LibJS: Change wording of ErrorType::NotA to be independent of contextTimothy Flynn
2021-09-11LibJS: Implement Intl.NumberFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-11LibJS: Implement Intl.NumberFormat.supportedLocalesOfTimothy Flynn
2021-09-11LibJS: Implement the Intl.NumberFormat constructorTimothy Flynn
2021-09-11LibJS: Implement a nearly empty Intl.NumberFormat objectTimothy Flynn
2021-09-10LibJS: Implement Temporal.PlainMonthDay.prototype.equalsLuke Wilde
2021-09-10LibJS: Implement Temporal.PlainMonthDay.fromLuke Wilde
2021-09-09LibJS: Implement Temporal.PlainYearMonth.compareLuke Wilde
2021-09-09LibJS: Implement Temporal.PlainYearMonth.fromLuke Wilde
2021-09-09LibJS: Implement Temporal.PlainYearMonth.prototype.equalsLuke Wilde
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTimeISO()Linus Groh
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toJSON()Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toLocaleString()Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toString()Linus Groh
2021-09-08LibJS: Restore the environment if an exception is thrown in 'with' blockdavidot
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.withLuke Wilde
2021-09-08test-js: Add a mark_as_garbage method to force GC to collect that objectdavidot
2021-09-08LibJS: Fix Temporal.PlainTime.prototype.equals testLuke Wilde
2021-09-08LibJS: Add and use the CreateNegatedTemporalDuration AOLinus Groh
2021-09-08LibJS: Validate Calendar.prototype.fields() values more strictlyLinus Groh
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-06LibJS: Implement Intl.ListFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatToPartsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.supportedLocalesOfTimothy Flynn
2021-09-06LibJS: Implement the Intl.ListFormat constructorTimothy Flynn
2021-09-06LibJS: Implement a nearly empty Intl.ListFormat objectTimothy Flynn
2021-09-06LibJS: Implement Temporal.Instant.prototype.sinceIdan Horowitz