Age | Commit message (Expand) | Author |
---|---|---|
2021-02-10 | LibJS: Include <typeinfo> in AST.cpp again | Andreas Kling |
2021-02-10 | LibJS: Remove a whole bunch of unnecessary #includes | Andreas Kling |
2021-01-28 | LibJS: Fix crash when printing error for missing class extends value prototype | Linus Groh |
2021-01-24 | LibJS: Remove redundant exception check from ClassExpression::execute() | Linus Groh |
2021-01-24 | LibJS: Check if class extends value has a valid prototype | Linus Groh |
2021-01-20 | LibJS: Include <typeinfo> in AST.cpp | Nico Weber |
2021-01-17 | LibJS: Replace ASTNode::class_name() with RTTI | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |