summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2021-05-11LibJS: Make number parts unsigned in NumberPrototype::to_stringLuke
2021-05-10LibJS: Make invalid RegExp flags a SyntaxError at parse timeLinus Groh
2021-05-10LibJS/Tests: Rename function parameter from 'arguments' to 'arguments_'Linus Groh
2021-05-05LibJS/Tests: Use hasOwnProperty() for duplicate test checkLinus Groh
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-25LibJS: Fallback to undefined if last value in eval() is emptyLinus Groh
2021-04-23LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()Linus Groh
2021-04-23LibJS/Tests: Remove fileName and lineNumber args from ExpectationErrorLinus Groh
2021-04-23LibJS/Tests: Improve expectation error detailsLinus Groh
2021-04-23LibRegex: Implement multiline stateful matchesAli Mohammad Pur
2021-04-20LibJS: Make Object.getOwnPropertyDescriptor() work with string indexed propertyLinus Groh
2021-04-20LibJS: Fix Object.getOwnPropertyDescriptor() attributes for numeric propertyLinus Groh
2021-04-20LibJS: Fix crash in Object.{freeze,seal}() with indexed propertiesLinus Groh
2021-04-17LibJS: Convert matched regex result to string in Symbol.replaceIdan Horowitz
2021-04-17LibJS: Accept symbol property in the `in` operatorIdan Horowitz
2021-04-17LibJS: Implement initializing a TypedArray from an iterable objectIdan Horowitz
2021-04-17LibJS: Implement initializing a TypedArray from an array-like objectIdan Horowitz
2021-04-16LibJS: Dont try to serialize symbol-keyed propertiesIdan Horowitz
2021-04-16LibJS: Accept symbol property in ObjectPrototype::hasOwnPropertyIdan Horowitz
2021-04-15LibJS: Implement String.prototype.substr according to the specTimothy Flynn
2021-04-14LibJS: Implement the encode/decodeURI(Component) family of functionsIdan Horowitz
2021-04-14LibJS: Add name and message properties to NativeError prototypesLinus Groh
2021-04-13LibJS: Fix return value of TryStatement with finalizerLinus Groh
2021-04-13LibJS: Array.from mapFn fixes + thisArg supporttuqqu
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-12LibRegex: Generate a 'Compare' op for empty character classesAnotherTest
2021-04-11LibJS: Removed a fixme in a test of BigInt.prototype.valueOftuqqu
2021-04-11LibJS: Fix array hole and string object indexing prototype indirectionLinus Groh
2021-04-10LibJS: Implicitly break for..in loop if the RHS result is nullishLinus Groh
2021-04-10LibJS: Implement Object.create()Linus Groh
2021-04-10LibJS: Implement Object.defineProperties()Linus Groh
2021-04-10LibRegex: Treat brace quantifiers with invalid contents as literalsAnotherTest
2021-04-10LibRegex: Allow a '?' suffix for brace quantifiersAnotherTest
2021-04-09LibJS: Added tests for constructing TypeArray from anotherAmjad Alsharafi
2021-04-07LibJS: Implement Object.isFrozen() and Object.isSealed()Linus Groh
2021-04-07LibJS: Implement Object.freeze() and Object.seal()Linus Groh
2021-04-06LibJS: Support mapFn argument of Array.fromtuqqu
2021-04-05LibJS: Let Object::get_own_properties() return both strings and symbolsLinus Groh
2021-04-05LibRegex: Make sure there are as many group matches as actual matchesAnotherTest
2021-04-05LibRegex: Consider named capture groups as normal capture groups tooAnotherTest
2021-04-04LibRegex: Allocate entries for all capture groups in RegexResultAnotherTest
2021-04-03LibJS: Fix returning from try statementLinus Groh
2021-04-03LibJS: Keep RegExp.exec() results in correct orderLinus Groh
2021-04-03LibJS: ArrayBuffer.prototype.sliceJamie Mansfield
2021-04-02LibJS: Use empty value for Reference unresolvable state, not undefinedLinus Groh
2021-04-02LibJS: Implement most of String.prototype.replaceTimothy Flynn
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-04-01LibRegex: Allow references to capture groups that aren't parsed yetAnotherTest
2021-03-31LibJS: Provide 'details' key in results object for duplicate testLinus Groh
2021-03-30LibJS: Fix two issues with array (length > INT32_MAX)Andreas Kling