Home
last modified time | relevance | path

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

/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