Home
last modified time | relevance | path

Searched refs:Inheriter (Results 1 – 4 of 4) sorted by relevance

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