haikuwebkit/LayoutTests/js/script-tests/regress-148411.js

13 lines
259 B
JavaScript

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();