Ver originalfunction a(){ this.txt='texto';}function b(){}var x = new a(), y = new b();alert(y.str=x.txt);