summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/SetIterator.h
AgeCommit message (Expand)Author
2022-02-09LibJS: Implement Sets using MapsAli Mohammad Pur
2021-06-20LibJS: Consistently make prototype the last argument in Object ctorsLinus Groh
2021-06-15LibJS: Use OrderedHashTable instead of HashTable in the Set built-inIdan Horowitz
2021-06-09LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}Idan Horowitz