summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1022081.js
blob: 50133412dd5e9e2acce1c045a89cdffed9772a30 (plain)
1
2
3
4
5
6
7
8
function f() {
    (function() {
        gc()
    })()
}
enableSPSProfiling()
f()
f()