Home
last modified time | relevance | path

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

/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;