michael@0: for (var j = 0; j < 9; j++) { michael@0: var a = j; michael@0: var b = this.a; michael@0: } michael@0: assertEq(b, 8);