diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-28 16:33:52 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-28 16:33:52 +0100 |
commit | 0593ce406b588e5bf76440bdf56eeb04bbe12ec9 (patch) | |
tree | b1c5bdaa3332acc6c6d390cf06b7b9334d2d3ef0 /.travis.yml | |
parent | fecbef4ffe907ff160c0570b134fb87102f1194f (diff) | |
download | serenity-0593ce406b588e5bf76440bdf56eeb04bbe12ec9.zip |
LibJS: Implement basic support for the "new" keyword
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.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions