js/src/jit-test/tests/baseline/bug843811-2.js

branch
TOR_BUG_9701
changeset 12
7540298fafa1
equal deleted inserted replaced
-1:000000000000 0:280c339ad332
1 // |jit-test| error: uncaught exception:
2 eval("\
3 try {\
4 throw\"\"\
5 } catch (\
6 x if (function(){\
7 x\
8 })()\
9 ) {}\
10 ")

mercurial