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