summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug638977.js
blob: 0fac782249734dca426eb053c5c05012d9682c0e (plain)
1
2
3
4
5
6
function f() {
    gc();
    [].unshift(false);
}
f();
f();