summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug642319.js
blob: 6be3a4c59d91db9acd24edf13b2fc7c80dc38520 (plain)
1
2
3
4
5
6
7
8
9
10
test();
function test() {
        function f() {
                function test( ) { summary( summary, test, false ); }
        }
        f.__proto__ = this;
}
gc();
test();