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