Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-28 | LibJS: Implement basic support for the "new" keyword | Andreas Kling | |
NewExpression mostly piggybacks on the existing CallExpression. The big difference is that "new" creates a new Object and passes it as |this| to the callee. |