HomeSort by relevance Sort by last modified time
    Searched full:inheriter (Results 1 - 7 of 7) sorted by null

  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 52 function Inheriter() { }
53 Inheriter.prototype = shuper.prototype;
54 this.prototype = new Inheriter();
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-deltablue.html 49 function Inheriter() { }
50 Inheriter.prototype = shuper.prototype;
51 orig.prototype = new Inheriter();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 44 function Inheriter() { }
45 Inheriter.prototype = shuper.prototype;
46 this.prototype = new Inheriter();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 44 function Inheriter() { }
45 Inheriter.prototype = shuper.prototype;
46 this.prototype = new Inheriter();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 44 function Inheriter() { }
45 Inheriter.prototype = shuper.prototype;
46 this.prototype = new Inheriter();
  /external/chromium_org/v8/benchmarks/
deltablue.js 50 function Inheriter() { }
51 Inheriter.prototype = shuper.prototype;
52 this.prototype = new Inheriter();
  /external/v8/benchmarks/
deltablue.js 50 function Inheriter() { }
51 Inheriter.prototype = shuper.prototype;
52 this.prototype = new Inheriter();

Completed in 553 milliseconds