Desugar 'super(..)' into 'super.constructor(...)'
authordslomov@chromium.org <dslomov@chromium.org>
Tue, 30 Sep 2014 18:12:22 +0000 (18:12 +0000)
committerdslomov@chromium.org <dslomov@chromium.org>
Tue, 30 Sep 2014 18:12:22 +0000 (18:12 +0000)
commit953af8bd9ffc79ce37e6fbda0dabc65f15dd7215
tree090301da941cc0fad5a4358eafc2b02fbb523a5d
parent21d8692c4f4651a76e1b3cf97c33d6cc6cf51e62
Desugar 'super(..)' into 'super.constructor(...)'

R=arv@chromium.org, marja@chromium.org
BUG=v8:3330
LOG=N

Review URL: https://codereview.chromium.org/615043002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24340 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.h
test/mjsunit/harmony/super.js