Searched refs:parentCtor (Results 1 – 2 of 2) sorted by relevance
136 function Inherits(childCtor, parentCtor) { argument138 tempCtor.prototype = parentCtor.prototype;139 childCtor.superClass_ = parentCtor.prototype;
29 function inherits(childCtor, parentCtor) { argument30 childCtor.prototype.__proto__ = parentCtor.prototype;