public JsBlock CreateBlock(JsFormat format, params object[] lines) { JsBlock m = new JsBlock(this, lines); m.SetFormat(format); return m; }