summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2021-06-30LibJS: Add String.prototype.indexOf position argumentdavidot
2021-06-28LibJS/Tests: Fix toBeFalse() details prefixLinus Groh
2021-06-28LibJS: Bring Reflect.construct() closer to the specificationIdan Horowitz
2021-06-28LibJS: Rewrite String.raw() closer to the specificationIdan Horowitz
2021-06-27LibJS/Tests: Improve valueToString() outputLinus Groh
2021-06-27LibJS: Unbreak test-js test that depended on function object class nameAndreas Kling
2021-06-27LibJS: Add content type check to InitializeTypedArrayFromTypedArray()Linus Groh
2021-06-26LibJS: Skip tests which broke with reversion of f102b563davidot
2021-06-26LibJS: Allow setting the length of an object with prototype Arraydavidot
2021-06-26LibJS: Don't remove non-configurable items in Array when setting lengthdavidot
2021-06-26LibJS: Add %TypedArray%.prototype.entriesLuke
2021-06-26LibJS: Add %TypedArray%.prototype.valuesLuke
2021-06-26LibJS: Add %TypedArray%.prototype.keysLuke
2021-06-25LibJS: Bring Reference records a bit closer to the ECMAScript specAndreas Kling
2021-06-23LibJS: Make AggregateError inherit from ErrorLinus Groh
2021-06-23LibJS: Correct behaviour of direct vs. indirect evalAnonymous
2021-06-22LibJS: Make string to integer parsing for properties more strictdavidot
2021-06-22LibJS: Fix small issues in Array.prototype.concatdavidot
2021-06-22LibJS: Make define_property always throw if specifieddavidot
2021-06-22LibJS: Return non-object argument unaltered from Object.setPrototypeOf()Linus Groh
2021-06-19LibJS: Add the Number.prototype.toFixed methodIdan Horowitz
2021-06-19LibJS: Object.getOwnPropertyNames() should enumerate String's .lengthAndreas Kling
2021-06-19LibJS: Make Object.getOwnPropertyDescriptor() work on String subscriptsAndreas Kling
2021-06-19LibJS: Make Number() constructor spec compliantLinus Groh
2021-06-18LibJS: Implement the 'Hashbang Grammar for JS' proposalLinus Groh
2021-06-18LibJS/Tests: Use eval() for toEvalTo(), not Function()Linus Groh
2021-06-18LibJS: Do not trim whitespace from property names when they're numberssin-ack
2021-06-18LibJS: Add %TypedArray%.prototype.someLuke
2021-06-18LibJS: Add %TypedArray%.prototype.forEachLuke
2021-06-18LibJS: Add %TypedArray%.prototype.findIndexLuke
2021-06-18LibJS: Add %TypedArray%.prototype.findLuke
2021-06-18LibJS: Add %TypedArray%.prototype.everyLuke
2021-06-18LibJS: Add Number.parseIntLuke
2021-06-17LibJS: Add the TypedArray.of() methodIdan Horowitz
2021-06-17LibJS: Add BigInt64Array and BigUint64ArrayLuke
2021-06-17LibJS: Fix check for byteOffset instead of byteLength in byteLength testLuke
2021-06-16LibJS/Tests: Use Object.prototype.toString() for values in test detailsLinus Groh
2021-06-16LibJS: Allow no-op define property calls on non-configurable objectsIdan Horowitz
2021-06-16LibJS: Add the String.fromCodePoint() methodIdan Horowitz
2021-06-15LibJS: Add all of the FinalizationRegistry.prototype methodsIdan Horowitz
2021-06-15LibJS: Add the FinalizationRegistry built-in objectIdan Horowitz
2021-06-14LibJS: Correctly parse yield-from expressionsAli Mohammad Pur
2021-06-14LibJS: Parse generator functions in object literalsAli Mohammad Pur
2021-06-14LibJS: Add a test file for generator function parsingAli Mohammad Pur
2021-06-14LibJS: Add additional generic Array.prototype.slice testsdavidot
2021-06-14LibJS: Implement Array.prototype.copyWithin genericallydavidot
2021-06-14LibJS: Implement Array.prototype.entriesdavidot
2021-06-14LibJS: Implement Array.prototype.flatMapdavidot
2021-06-14LibJS: Make Array.prototype.concat genericdavidot
2021-06-14LibJS: Make Array.prototype.reverse genericdavidot