_newlineOpt();
break;
}
JsStatement stmt = iter.next();
needSemi = true;
boolean shouldRecordPositions = isGlobal && stmt.shouldRecordPosition();
boolean stmtIsGlobalBlock = false;
if (isGlobal) {
if (stmt instanceof JsBlock) {
// A block inside a global block is still considered global
stmtIsGlobalBlock = true;