Searched defs:Inheriter (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js44 function Inheriter() { }
45 Inheriter.prototype = shuper.prototype;
46 this.prototype = new Inheriter();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js44 function Inheriter() { }
45 Inheriter.prototype = shuper.prototype;
46 this.prototype = new Inheriter();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js44 function Inheriter() { }
45 Inheriter.prototype = shuper.prototype;
46 this.prototype = new Inheriter();
/external/chromium_org/v8/benchmarks/
H A Ddeltablue.js50 function Inheriter() { }
51 Inheriter.prototype = shuper.prototype;
52 this.prototype = new Inheriter();
/external/v8/benchmarks/
H A Ddeltablue.js50 function Inheriter() { }
51 Inheriter.prototype = shuper.prototype;
52 this.prototype = new Inheriter();

Completed in 84 milliseconds