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