summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Set.h
AgeCommit message (Expand)Author
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