(task, ms)
| 3230 | } |
| 3231 | } |
| 3232 | function markTaskCanceled(task, ms) { |
| 3233 | { |
| 3234 | profilingState[QUEUE_SIZE]--; |
| 3235 | |
| 3236 | if (eventLog !== null) { |
| 3237 | logEvent([TaskCancelEvent, ms * 1000, task.id]); |
| 3238 | } |
| 3239 | } |
| 3240 | } |
| 3241 | function markTaskErrored(task, ms) { |
| 3242 | { |
| 3243 | profilingState[PRIORITY] = NoPriority; |
no test coverage detected