Age | Commit message (Expand) | Author |
---|---|---|
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() | Linus Groh |
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-13 | LibJS: Add the MapIterator built-in and the key/values/entries methods | Idan Horowitz |