Searched refs:shuper (Results 1 – 4 of 4) sorted by relevance
43 Object.prototype.inherits = function (shuper) { argument45 Inheriter.prototype = shuper.prototype;47 this.superConstructor = shuper;
49 Object.prototype.inheritsFrom = function (shuper) { argument51 Inheriter.prototype = shuper.prototype;53 this.superConstructor = shuper;
43 Object.prototype.inheritsFrom = function (shuper) { argument45 Inheriter.prototype = shuper.prototype;47 this.superConstructor = shuper;