Searched refs:Inheriter (Results 1 – 4 of 4) sorted by relevance
44 function Inheriter() { } class45 Inheriter.prototype = shuper.prototype; class46 this.prototype = new Inheriter();
50 function Inheriter() { } class51 Inheriter.prototype = shuper.prototype; class52 this.prototype = new Inheriter();