Status: New
Owner: ----

New issue 2278 by [email protected]: parser operator precedence bug: ---x; +++x
http://code.google.com/p/v8/issues/detail?id=2278

Pretty simple: v8 fails to parse either ---x or +++x properly, treating them as increment/decrement operators applied to unary expressions rather than unary operators applied to update expressions.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to