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