summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2023-01-23LibJS: Add DisposableStack{, Prototype, Constructor}davidot
2023-01-23LibJS: Add using declaration support in for and for of loopsdavidot
2023-01-23LibJS: Add using declaration support, RAII like operation in jsdavidot
2023-01-23LibJS: Add Symbol.disposedavidot
2023-01-23LibJS: Add SuppressedError{, Prototype, Constructor}davidot
2023-01-23LibJS: Add custom details to toBe{True, False} shown on failuredavidot
2023-01-23LibJS: Clarify more errors in test-commondavidot
2023-01-14LibJS: Set approximate number range format result's "source" to "shared"Timothy Flynn
2023-01-10LibJS: Use a work queue instead of the C++ stack for the GC mark phaseAndreas Kling
2022-12-26LibJS: Add yearOfWeek calendar methods and propertiesLuke Wilde
2022-12-15LibJS: Throw a RangeError when when formatting strings in DurationFormatTimothy Flynn
2022-12-14LibJS: Don't update names of resulting functions in object expressiondavidot
2022-12-13LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for DateLuke Wilde
2022-12-10LibJS: Use ToPropertyKey AO for computed member expression valueLinus Groh
2022-12-07LibJS: Protect CanonicalIndex against double-to-integer overflowTimothy Flynn
2022-12-03LibJS: Add a function to ensure calls are made within the same seconddavidot
2022-12-02LibJS: Implement Set.prototype.isDisjointFromIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.isSupersetOfIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.isSubsetOfIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.symmetricDifferenceIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.differenceIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.intersectionIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.unionIdan Horowitz
2022-12-02LibJS: Throw on conversion from TimeZone to Calendar and vice versaLinus Groh
2022-12-01LibJS: Implement String.prototype.toWellFormedTimothy Flynn
2022-12-01LibJS: Implement String.prototype.isWellFormedTimothy Flynn
2022-11-30LibJS: Allow TypedArrays to become detached while sortingTimothy Flynn
2022-11-30LibJS: Allow CallExpressions as lhs of assignments in most casesdavidot
2022-11-30LibJS: Fix that constant declaration in for loop was mutable in bodydavidot
2022-11-29LibJS: Allow specifying only roundingIncrement in NumberFormat optionsTimothy Flynn
2022-11-28LibJS: Enable commented out tests in Math.asindavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.tanhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.sinhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.log10davidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.log2davidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.logdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.atanhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.atanhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.asinhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.asindavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.acoshdavidot
2022-11-19LibJS: Fix UTF-16 corruption in String.prototype.replace()Andreas Kling
2022-11-17LibJS: Make sure private identifier is valid in optional chaindavidot
2022-11-17LibJS: Add space in output of toEval in test-common.jsdavidot
2022-11-17LibJS: Initialize functions in spec orderdavidot
2022-11-17LibJS: No longer hoist if parent scope has a function with the same namedavidot
2022-11-15LibJS: Fix that functions in module did not look for var declarationsdavidot
2022-11-15LibJS: Use correct this value for tagged template callsdavidot
2022-11-15LibJS: Treat '\\' as an escaped character in template literalsdavidot
2022-11-08LibJS: Add thorough tests for try/finally using continue and breakLuke Wilde