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