Age | Commit message (Expand) | Author |
---|---|---|
2021-06-15 | LibJS: Use OrderedHashTable instead of HashTable in the Set built-in | Idan Horowitz |
2021-06-13 | LibJS: Move ValueTraits to Value.h and add special case for -0.0 | Idan Horowitz |
2021-06-09 | LibJS: Stop inheriting from Set in SetPrototype | Idan Horowitz |
2021-06-09 | LibJS: Mark heap cell values stored in Set instances | Idan Horowitz |
2021-06-09 | LibJS: Add the Set built-in object | Idan Horowitz |