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