Searched refs:tempCtor (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
H A Dutil.js9 function tempCtor() {}; class
10 tempCtor.prototype = parentCtor.prototype;
12 childCtor.prototype = new tempCtor();
/external/v8/test/mjsunit/tools/
H A Dprofile.js137 function tempCtor() {}; class
138 tempCtor.prototype = parentCtor.prototype;
140 childCtor.prototype = new tempCtor();
/external/v8/src/
H A Dmirror-debugger.js138 var tempCtor = function(){}; class
139 tempCtor.prototype = superCtor.prototype;
141 ctor.prototype = new tempCtor();

Completed in 172 milliseconds