Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Drichards.js127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
167 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) { method in Scheduler