Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-10 | LibJS: Use enumerator macros for boilerplate code around native types | Andreas Kling | |
2020-04-10 | LibJS: Add all the Error subclasses | Andreas Kling | |
This patch adds instance, constructor and prototype classes for: - EvalError - InternalError - RangeError - ReferenceError - SyntaxError - TypeError - URIError Enumerator macros are used to reduce the amount of typing. :^) | |||
2020-04-01 | LibJS: Implement Error function/constructor | Linus Groh | |