Home
last modified time | relevance | path

Searched defs:tempCtor (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
Dutil.js9 function tempCtor() {}; function
10 tempCtor.prototype = parentCtor.prototype; class
/external/v8/test/mjsunit/tools/
Dprofile.js137 function tempCtor() {}; function in Inherits
138 tempCtor.prototype = parentCtor.prototype; class
/external/v8/src/
Dmirror-debugger.js138 var tempCtor = function(){}; function
139 tempCtor.prototype = superCtor.prototype; class