Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
regress-88440831.js
blob: c587cbb8c7c193887d20f04578557460dcd3c99f [
file
] [
log
] [
blame
]
// This test passes if it does not crash in Debug builds
(
function
()
{
try
{
eval
(
'\'\\\n\n\''
);
}
catch
{}
try
{
new
Function
(
"/* comment */\n(/*;"
);
}
catch
{}
})();