Sign in
webkit
/
WebKit
/
d507f536e123365c4233f3083e0192532185e8fc
/
.
/
LayoutTests
/
js
/
script-tests
/
regress-148411.js
blob: 7f07b155f570c39d4c024867cfd2c03f74683ea1 [
file
] [
log
] [
blame
]
description
(
"Regression test for https://webkit.org/b/148411. This test should not crash."
);
function
foo
()
{
[
5
,
6
,
7
,
8
];
[
100
,
101
,
102
,
103
,
104
,
105
,
106
,
107
,
108
,
109
,
110
,
111
,
112
,
113
,
114
];
}
for
(
var
i
=
0
;
i
<
100000
;
++
i
)
foo
();