Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/net_internals/
Dutil.js8 function inherits(childCtor, parentCtor) { argument
12 childCtor.prototype = new tempCtor(); class
/external/v8/test/mjsunit/tools/
Dprofile.js136 function Inherits(childCtor, parentCtor) { argument
140 childCtor.prototype = new tempCtor(); class
/external/v8/tools/
Dtickprocessor.js29 function inherits(childCtor, parentCtor) { argument
30 childCtor.prototype.__proto__ = parentCtor.prototype; class