Age | Commit message (Expand) | Author |
---|---|---|
2022-08-29 | LibJS: Hide all the constructors! | Andreas Kling |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in create() functions | Linus Groh |
2022-03-16 | Libraries: Use default constructors/destructors in LibJS | Lenny Maiorani |
2022-02-09 | LibJS: Implement Sets using Maps | Ali Mohammad Pur |
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 |