Still LGTM

https://codereview.chromium.org/1130623004/diff/80001/src/pattern-rewriter.cc
File src/pattern-rewriter.cc (right):

https://codereview.chromium.org/1130623004/diff/80001/src/pattern-rewriter.cc#newcode222
src/pattern-rewriter.cc:222: // TODO(dslomov): computed property names.
On 2015/05/11 14:53:26, Dmitry Lomov (chromium) wrote:
On 2015/05/11 14:25:16, arv wrote:
> Also:
>
> TODO(dslomov): Add support for initializer
>
> let {x: y = e1} = e2;
>
> =>
>
> t1 = e2;
> let y = (t2 = t1.x) === undefined ? e1 : t2;

I think this is covered by VisitAssignment

You are right.

https://codereview.chromium.org/1130623004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to