summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-978353.js
blob: 44635209feb5e14f761bb16f3566afb5ae3f6d6c (plain)
1
2
3
4
5
6
var arr = new Float64Array(2);
function test(m) {
    arr[1] = m;
}
for(var i=0; i<20000; ++i, Array('x'))
    test(0);