Age | Commit message (Expand) | Author |
---|---|---|
2022-10-06 | LibJS: Add [[HostDefined]] field to Modules | networkException |
2022-09-06 | LibJS: Make Script and Module GC-allocated | Andreas Kling |
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 object constructors | Linus Groh |
2022-05-03 | LibJS: Remove implicit wrapping/unwrapping of completion records | Linus Groh |
2022-03-16 | Libraries: Use default constructors/destructors in LibJS | Lenny Maiorani |
2022-01-30 | LibJS: Add support for JSON modules | davidot |
2022-01-22 | LibJS: Implement Module linking and evaluating | davidot |
2022-01-22 | LibJS: Add filename tracking to Script and Module | davidot |
2021-09-14 | LibJS: Add a barebones Module class | Andreas Kling |