Searched defs:childCtor (Results 1 – 3 of 3) sorted by relevance
8 function inherits(childCtor, parentCtor) { argument12 childCtor.prototype = new tempCtor(); class
136 function Inherits(childCtor, parentCtor) { argument140 childCtor.prototype = new tempCtor(); class
29 function inherits(childCtor, parentCtor) { argument30 childCtor.prototype.__proto__ = parentCtor.prototype; class