Updates:
Summary: cajoler screws up order of operations when creating temp varsComment #6 on issue 1452 by [email protected]: cajoler screws up order of operations when creating temp vars
http://code.google.com/p/google-caja/issues/detail?id=1452 ok, these are all the remaning reuse() bugs: o.m(o = null); o.m = (o = null); a[+n] = (a = null); a[1] = (a = null);
