Age | Commit message (Expand) | Author |
---|---|---|
2022-03-16 | Libraries: Use default constructors/destructors in LibJS | Lenny Maiorani |
2022-02-13 | LibJS: Avoid unnecessary ToObject conversion when resolving references | Anonymous |
2022-02-10 | LibJS: Fix Map Iterators when elements are deleted during iteration | davidot |
2022-02-09 | LibJS: Make Map iterators independent of the underlying hashmap | Ali Mohammad Pur |
2021-06-15 | LibJS: Use OrderedHashMap instead of HashMap in the Map built-in | Idan Horowitz |
2021-06-13 | LibJS: Add the Map built-in object | Idan Horowitz |