Searched defs:tempCtor (Results 1 – 2 of 2) sorted by relevance
137 function tempCtor() {}; function in Inherits138 tempCtor.prototype = parentCtor.prototype; class
138 var tempCtor = function(){}; function139 tempCtor.prototype = superCtor.prototype; class