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