Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
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
();
}