blob: 2fe9289e50607b0bfdb09fdc6a917ba1bed92b4e [file] [log] [blame]
// |jit-test| error: uncaught exception:
evalcx("\
try {\
throw\"\"\
} catch (\
x if (function(){\
x\
})()\
) {}\
", newGlobal(""))