Searched refs:childCtor (Results 1 – 2 of 2) sorted by relevance
5 function inherits(childCtor, parentCtor) { argument6 childCtor.prototype.__proto__ = parentCtor.prototype; class
28 function inherits(childCtor, parentCtor) { argument29 childCtor.prototype.__proto__ = parentCtor.prototype; class