Sign in
webkit
/
WebKit
/
6117b7969ae9bfefe57ab827c89504ffb0a59249
/
.
/
JSTests
/
stress
/
regress-186943.js
blob: 353841d3cd04e245facf05f789ac1bf48d1e0620 [
file
] [
log
] [
blame
]
// This test should not crash.
x
=
Reflect
;
delete
this
.
Reflect
;
for
(
var
i
=
0
;
i
<
10000
;
++
i
)
{
}