summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
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
2021-06-14LibJS: Add additional Array.prototype.reverse testsdavidot
2021-06-14LibJS: Make Array.prototype.unshift genericdavidot
2021-06-14LibJS: Make Array.prototype.shift genericdavidot
2021-06-14LibJS: Add support for hex, octal & binary big integer literalsIdan Horowitz
2021-06-14LibJS: Add tests for DataView.prototype getters and settersIdan Horowitz
2021-06-14LibJS: Add the DataView built-in objectIdan Horowitz
2021-06-13LibJS: Rewrite Array.prototype.slice to be spec compliantLuke
2021-06-13LibJS: Fix Object.prototype.valueOf() behaviorLinus Groh
2021-06-13LibJS: Add the MapIterator built-in and the key/values/entries methodsIdan Horowitz
2021-06-13LibJS: Add most of the Map.prototype methodsIdan Horowitz
2021-06-13LibJS: Add the Map built-in objectIdan Horowitz
2021-06-12LibJS: Use undefined as the fallback value for iterable entry key/valueIdan Horowitz
2021-06-12LibJS: Add the Object.getOwnPropertySymbols methodIdan Horowitz
2021-06-12LibJS: Remove argument count checks in Object.* methodsIdan Horowitz
2021-06-12LibJS: Add the WeakRef.prototype.deref methodIdan Horowitz
2021-06-12LibJS: Add the WeakRef built-in objectIdan Horowitz
2021-06-12LibJS: Add Array.prototype.keys()davidot
2021-06-12LibJS: Implement Object.assign()Linus Groh
2021-06-12LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)Idan Horowitz
2021-06-11LibJS: Implement the Error Cause proposalLinus Groh
2021-06-11LibJS: Improve Error/NativeError testsLinus Groh
2021-06-11LibJS: Implement AggregateErrorLinus Groh
2021-06-10LibJS: Pass in actual_delete_count to removed array creation in spliceLuke
2021-06-09LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}()Linus Groh
2021-06-09LibJS: Only "var" declarations go in the global object at program levelAndreas Kling
2021-06-09LibJS: Notify WeakSets when heap cells are sweepedIdan Horowitz
2021-06-09LibJS: Add all of the WeakSet.prototype methods (add, delete, has)Idan Horowitz
2021-06-09LibJS: Add the WeakSet built-in objectIdan Horowitz
2021-06-09LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}Idan Horowitz
2021-06-09LibJS: Add most of the Set.prototype methodsIdan Horowitz
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz
2021-06-08LibJS: Handle Proxy with Array target in IsArray() abstract operationLinus Groh
2021-06-08LibJS: Implement Proxy.revocable()Linus Groh
2021-06-08LibJS: Remove Proxy() argument count checkLinus Groh
2021-06-08LibJS: Add @@toStringTag to ReflectLinus Groh
2021-06-08LibJS: Add @@toStringTag to Promise.prototypeLinus Groh