bug566637.js (88B)
1 for (var j = 0; j < 9; j++) { 2 var a = j; 3 var b = this.a; 4 } 5 assertEq(b, 8);