Sign in
webkit
/
WebKit
/
ecbcd311b05ac239b92fcb2f58299787a062a338
/
.
/
JSTests
/
stress
/
regress-158437.js
blob: a9573fbaa7b76dcb40f7d490a3d057066db0a113 [
file
] [
log
] [
blame
]
// This test should not crash.
try
{
let x
=
eval
(
"0o19"
);
}
catch
(
e
)
{
}
try
{
let x
=
eval
(
"0b19"
);
}
catch
(
e
)
{
}