Age | Commit message (Expand) | Author |
---|---|---|
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-06 | LibJS: Add [[HostDefined]] field to Modules | networkException |
2022-09-06 | LibJS: Make Script and Module GC-allocated | Andreas Kling |
2022-03-16 | Libraries: Use default constructors/destructors in LibJS | Lenny Maiorani |
2022-02-08 | LibWeb: Introduce the Environment Settings Object | Luke Wilde |
2022-02-07 | LibJS: Reduce header dependency graph in Realm.h | Andreas Kling |
2022-02-07 | LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers | Andreas Kling |
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 |