Age | Commit message (Expand) | Author |
---|---|---|
2022-08-29 | LibJS: Hide all the constructors! | Andreas Kling |
2022-08-29 | LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses | Andreas Kling |
2022-03-19 | DevTools+LibJS+LibWeb: Change class_name to use StringView | Lenny Maiorani |
2021-12-08 | LibJS: Mark entire private environment chains during GC | Andreas Kling |
2021-11-10 | AK+Everywhere: Stop including Vector.h from StringView.h | Andreas Kling |
2021-10-25 | LibJS: Add default constructor for PrivateName | Andreas Kling |
2021-10-20 | LibJS: Add PrivateEnvironment | davidot |