Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
JSTests
/
stress
/
sink-phantom-new-array-buffer-exit-ok.js
blob: d2798770507a4693a07af0c28435a03a64926897 [
file
] [
log
] [
blame
]
function
foo
()
{
}
function
bar
()
{
foo
(...[
42
]);
}
for
(
var
i
=
0
;
i
<
400000
;
i
++)
{
bar
();
}