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