michael@0: // bug 511575 comment 3 michael@0: outer: michael@0: for (var j = 0; j < 10; j++) michael@0: for (var p in {x:1}) michael@0: if (p > "q") michael@0: continue outer;