F = function(){ this.c=1; } F.prototype.a = function(){} F.prototype.b = function(){} //FF = new F() //именно так: FF= functiuon(){return new F()}