Sign in
webkit
/
WebKit
/
53c0a6bd89204da525ab0ecc516f8067861dc602
/
.
/
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
)
{
}