blob: 85cbf93f29a3f28077e7003e17b7da079ff46222 [file] [log] [blame]
for (var i = 0; i < 10000;) {
var x = 1;
with({}) {
i += x;
}
}