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