Searched refs:superCtor (Results 1 – 1 of 1) sorted by relevance
137 function inherits(ctor, superCtor) { argument139 tempCtor.prototype = superCtor.prototype;140 ctor.super_ = superCtor.prototype;