Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/net_internals/
Dutil.js8 function inherits(childCtor, parentCtor) { argument
10 tempCtor.prototype = parentCtor.prototype;
11 childCtor.superClass_ = parentCtor.prototype;
/external/v8/test/mjsunit/tools/
Dprofile.js136 function Inherits(childCtor, parentCtor) { argument
138 tempCtor.prototype = parentCtor.prototype;
139 childCtor.superClass_ = parentCtor.prototype;
/external/v8/tools/
Dtickprocessor.js29 function inherits(childCtor, parentCtor) { argument
30 childCtor.prototype.__proto__ = parentCtor.prototype;