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