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