function SomeF() { this.name = ""; } SomeF.prototype.IsNamed = false;
function SomeF() { this.name = ""; this.IsNamed = false; }