Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
JSTests
/
stress
/
adhoc-setter-frame-should-not-be-killed.js
blob: 86a7ccb90b4e2f14c82027c54a129e9754872f5c [
file
] [
log
] [
blame
]
let o
=
{};
o
.
__defineSetter__
(
'f'
,
function
(
a
)
{
arguments
=
a
;
});
for
(
let i
=
0
;
i
<
1000000
;
i
++)
{
o
.
f
=
0
}