Sign in
webkit
/
WebKit
/
834a3b5ea6e22b37f0f8a19c3b917b5bde609092
/
.
/
JSTests
/
stress
/
regress-158411.js
blob: a0f900e32e866254fbaff2705a4a3c102b205d72 [
file
] [
log
] [
blame
]
//@ defaultNoSamplingProfilerRun
// Should not crash.
try
{
function
foo
(){
[].
slice
({});
foo
();
}
foo
();
}
catch
(
e
)
{
}