Searched defs:parentCtor (Results 1 – 3 of 3) sorted by relevance
1580 goog.inherits = function(childCtor, parentCtor) { argument1608 return parentCtor.prototype[methodName].apply(me, args); class
136 function Inherits(childCtor, parentCtor) { argument
29 function inherits(childCtor, parentCtor) { argument