Searched refs:protoSetter (Results 1 – 3 of 3) sorted by relevance
200 this.descend=function(prototypeParent,childProperties){function protoSetter(){}protoSetter.prototyp… class201 var newOb=new protoSetter();
593 function protoSetter() {}; function594 protoSetter.prototype = prototypeParent; class595 var newOb = new protoSetter();
211 this.descend=function(prototypeParent,childProperties){function protoSetter(){}protoSetter.prototype=prototypeParent; class 212 var newOb=new protoSetter();