summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug580699.js
blob: 234c6b5544be492a9d25a79aee19b5580147e43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Binary: cache/js-dbg-32-7c6f62fcbd91-linux
// Flags: -m
//
function f() {
    (function () {
        x;
        function a() {}
        print(a)
    })()
}
this.__defineGetter__("x", gc)
f()