Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/tools/
Dprofile.js137 function tempCtor() {}; function in Inherits
138 tempCtor.prototype = parentCtor.prototype; class
140 childCtor.prototype = new tempCtor();
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
Dbase.js1424 function tempCtor() {}; function
1425 tempCtor.prototype = parentCtor.prototype; class
1427 childCtor.prototype = new tempCtor();
/external/v8/src/debug/
Dmirrors.js230 var tempCtor = function(){}; function
231 tempCtor.prototype = superCtor.prototype; class
233 ctor.prototype = new tempCtor();