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

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-richards.js215 Scheduler.prototype.holdCurrent = function () {
371 if (this.count == 0) return this.scheduler.holdCurrent();
404 return this.scheduler.holdCurrent();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-richards.js215 Scheduler.prototype.holdCurrent = function () {
371 if (this.count == 0) return this.scheduler.holdCurrent();
404 return this.scheduler.holdCurrent();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-richards.js215 Scheduler.prototype.holdCurrent = function () {
371 if (this.count == 0) return this.scheduler.holdCurrent();
404 return this.scheduler.holdCurrent();
/external/chromium_org/v8/benchmarks/
H A Drichards.js220 Scheduler.prototype.holdCurrent = function () {
376 if (this.count == 0) return this.scheduler.holdCurrent();
409 return this.scheduler.holdCurrent();
/external/v8/benchmarks/
H A Drichards.js220 Scheduler.prototype.holdCurrent = function () {
376 if (this.count == 0) return this.scheduler.holdCurrent();
409 return this.scheduler.holdCurrent();

Completed in 135 milliseconds