summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug580694.js
blob: a3604d7e74e59a46c75efbf88038f5183842f992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Binary: cache/js-dbg-32-7c6f62fcbd91-linux
// Flags: -m
//
function f3() {
    try {
        v = f()
    } catch (r) {}
}
function f1(a, t) {
    f2(f, a)
}
function f2() {
    u = String()
}
f = (function () {
    Proxy((function () {})(gc()), [])
})
a = ""
f1()
f3(f, a)