Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
JSTests
/
stress
/
with_and_arith.js
blob: 85cbf93f29a3f28077e7003e17b7da079ff46222 [
file
] [
log
] [
blame
]
for
(
var
i
=
0
;
i
<
10000
;)
{
var
x
=
1
;
with
({})
{
i
+=
x
;
}
}