function anonymous(d0,d1 ) { return function HandshakeRequest(v0,v1,v2,v3) { this.clientHash = v0; if (v1 === undefined) { this.clientProtocol = d0(); } else { this.clientProtocol = v1; } this.serverHash = v2; if (v3 === undefined) { this.meta = d1(); } else { this.meta = v3; } }; }