summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/baseline/bug843811-1.js
blob: 2fe9289e50607b0bfdb09fdc6a917ba1bed92b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
// |jit-test| error: uncaught exception:
evalcx("\
    try {\
        throw\"\"\
    } catch (\
        x if (function(){\
            x\
        })()\
    ) {}\
", newGlobal(""))