blob: 390e19a3eae72348531cdcd9c9861496e2201a4f [file] [log] [blame]
// |jit-test| error: uncaught exception:
eval("\
try {\
throw\"\"\
} catch (\
x if (function(){\
x\
})()\
) {}\
")