Sign in
webkit
/
WebKit
/
c6a7a2f378a60ecad2c606428f6fc0921528b1a6
/
.
/
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
)
{
}