protected virtual ICode VisitJsEmptyFunction(ExprJsEmptyFunction e) {
     this.ThrowOnNoOverride();
     return e;
 }
 protected override ICode VisitJsEmptyFunction(ExprJsEmptyFunction e) {
     this.js.Append("function() { }");
     return e;
 }
 protected override ICode VisitJsEmptyFunction(ExprJsEmptyFunction e)
 {
     this.js.Append("function() { }");
     return(e);
 }
 protected virtual ICode VisitJsEmptyFunction(ExprJsEmptyFunction e)
 {
     this.ThrowOnNoOverride();
     return(e);
 }