summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug-952818.js
blob: 21c48f8f830626d22c3ed5592bfc3f5a036eb2c5 (plain)
1
2
3
4
5
6
7
8
9
(function() {
    eval("\
        (function() {\
            var f = function(){\
                f\
            }\
        })()\
    ")
})()