Searched refs:childCtor (Results 1 - 3 of 3) sorted by relevance

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

Completed in 116 milliseconds