summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1216151.js
blob: 5f549ef516217779ead82dc71d98b9bc580bd83b (plain)
1
2
3
4
5
6
new function() {
    var x = {};
    (function() {
        return x;
    })();
}