Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 1498 by [email protected]: a = x[a]++ uses the new value of a
when incrementing
http://code.google.com/p/google-caja/issues/detail?id=1498
https://bugs.webkit.org/show_bug.cgi?id=91270
It doesn't take any shortcuts when setting it though, so for example if a
setter accessor exists for the new value of a, it'll fire; it won't extend
x if x is sealed. We should just check that this unusual construct doesn't
appear in our TCB.