https://codereview.chromium.org/1168643005/diff/320001/src/preparser.h
File src/preparser.h (right):

https://codereview.chromium.org/1168643005/diff/320001/src/preparser.h#newcode2936
src/preparser.h:2936: rhs_flags, needs_destructuring, &rhs_classifier,
CHECK_OK);
Don't we need to pass in a new boolean here? The outer
needs_destructuring should not be updated here.


var x, y, z;
[x] = y = z

y does not need_destructuring

var x, y, z;
x = [y] = z

x does not need_destructuring

https://codereview.chromium.org/1168643005/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to