Sign in
webkit
/
WebKit
/
c6951ff6f7d972427c05df8e7c39e3f2d74bf29c
/
.
/
JSTests
/
stress
/
arity-fixup-should-not-touch-stack-area-below-sp.js
blob: 8d12dc507b9a96593ba22e2da5463cda468f2efc [
file
] [
log
] [
blame
]
var
args
=
"y,"
.
repeat
(
30000
);
var
g
=
Function
(
args
,
"return 0"
);
g
();