Searched refs:addTask (Results 1 – 1 of 1) sorted by relevance
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | richards.js | 137 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0)); 147 this.addTask(id, priority, queue, new HandlerTask(this)); 157 this.addTask(id, priority, queue, new DeviceTask(this)) 168 this.addTask(id, priority, queue, task); 179 Scheduler.prototype.addTask = function (id, priority, queue, task) { method in Scheduler
|