summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Set.h
AgeCommit message (Expand)Author
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2022-12-14LibJS: Convert Set::create() to NonnullGCPtrLinus Groh
2022-12-02LibJS: Implement Set.prototype.unionIdan Horowitz
2022-11-30LibJS: Do not allocate in Set's constructorTimothy Flynn
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-09LibJS: Implement Sets using MapsAli Mohammad Pur
2021-06-15LibJS: Use OrderedHashTable instead of HashTable in the Set built-inIdan Horowitz
2021-06-13LibJS: Move ValueTraits to Value.h and add special case for -0.0Idan Horowitz
2021-06-09LibJS: Stop inheriting from Set in SetPrototypeIdan Horowitz
2021-06-09LibJS: Mark heap cell values stored in Set instancesIdan Horowitz
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz