Age | Commit message (Expand) | Author |
---|---|---|
2022-12-14 | LibJS: Convert MapIterator::create() to NonnullGCPtr | Linus Groh |
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: Make Map iterators independent of the underlying hashmap | Ali Mohammad Pur |
2021-06-20 | LibJS: Consistently make prototype the last argument in Object ctors | Linus Groh |
2021-06-15 | LibJS: Use OrderedHashMap instead of HashMap in the Map built-in | Idan Horowitz |
2021-06-13 | LibJS: Add the MapIterator built-in and the key/values/entries methods | Idan Horowitz |