michael@0: function makeExpectedMatch(arr) { michael@0: expectedMatch = { michael@0: x: arr.length michael@0: } michael@0: } michael@0: var expected = makeExpectedMatch(new Int32Array); michael@0: this.toSource(); michael@0: michael@0: function testTypedArrayOther() { michael@0: var ar = new Int32Array; michael@0: for (; i < ar; ++i) { michael@0: ar[i] = i; michael@0: } michael@0: for (var i = 0; i<40; i++) { michael@0: } michael@0: } michael@0: testTypedArrayOther();