Searched refs:superc (Results 1 – 1 of 1) sorted by relevance
372 extend: function(subc, superc, overrides) { argument373 if (!superc||!subc) {378 F.prototype=superc.prototype;381 subc.superclass=superc.prototype;382 if (superc.prototype.constructor == Object.prototype.constructor) {383 superc.prototype.constructor=superc; class