Age | Commit message (Expand) | Author |
---|---|---|
2022-02-09 | LibJS: Implement Sets using Maps | Ali Mohammad Pur |
2021-06-20 | LibJS: Consistently make prototype the last argument in Object ctors | Linus Groh |
2021-06-15 | LibJS: Use OrderedHashTable instead of HashTable in the Set built-in | Idan Horowitz |
2021-06-09 | LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} | Idan Horowitz |