4030e2de6c
A fresh new instance should be allocated after the evaluation of the argument list for the constructor. This change modifies the ConstructorInvocation application continuation to allocate a new object and introduces : * continuation applications for Redirecting and Super constructor invocations, applied on evaluated arguments for Redirecting and Super constructors respectively * expression continuation for instance initialization, applied to the new instance BUG= R=dmitryas@google.com Review-Url: https://codereview.chromium.org/2888913002 .