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