michael@0: function f() { michael@0: return y.byteOffset; michael@0: } michael@0: var y; michael@0: for (var j = 0; j < 1; ++j) { michael@0: y = new Float32Array(); michael@0: } michael@0: f(); michael@0: y = 0; michael@0: assertEq(f(), undefined); michael@0: assertEq(f(), undefined);