Searched refs:tempCtor (Results 1 – 3 of 3) sorted by relevance
137 function tempCtor() {}; function in Inherits138 tempCtor.prototype = parentCtor.prototype; class140 childCtor.prototype = new tempCtor();
1424 function tempCtor() {}; function1425 tempCtor.prototype = parentCtor.prototype; class1427 childCtor.prototype = new tempCtor();
230 var tempCtor = function(){}; function231 tempCtor.prototype = superCtor.prototype; class233 ctor.prototype = new tempCtor();