Age | Commit message (Expand) | Author |
---|---|---|
2022-03-18 | LibJS: Use TRY(push_execution_context()) in places where we can recover | Linus Groh |
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-31 | LibJS: Remove unnecessary GlobalObject pointer from Environment | Andreas Kling |
2022-01-30 | LibJS: Add support for JSON modules | davidot |