| 55 | } |
| 56 | |
| 57 | void JobQueue::runJobs(JSContext *cx) { |
| 58 | // Do nothing |
| 59 | } |
| 60 | |
| 61 | bool JobQueue::empty() const { |
| 62 | // TODO (Tom Tang): implement using `get_running_loop` and getting job count on loop??? |
nothing calls this directly
no outgoing calls
no test coverage detected