summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1359252.js
blob: 9359ec1a7528538a988dfdff4a838f45a005a29c (plain)
1
2
3
4
5
6
7
gczeal(4);
setJitCompilerOption("ion.warmup.trigger", 1);
function h() {
    for ([a, b] in { z: 9 }) {}
}
for (var j = 0; j < 10; j++)
    h();