Sign in
webkit
/
WebKit
/
e09d042529d2a1743f2407ed7df038bc31301831
/
.
/
Source
/
JavaScriptCore
/
tests
/
stress
/
fuzz-bug-16399949.js
blob: 1fe0f1059dc639df1ae933149e34aa55a14802b6 [
file
] [
log
] [
blame
]
function
tryItOut
()
{
function
f
()
{
Array
(
/x/
.
a
=
this
)
+
""
;
}
for
(
var
i
=
0
;
i
<
1000
;
i
++)
f
();
}
tryItOut
();