| 2288 | |
| 2289 | private: |
| 2290 | explicit ExecutionProgress(AsyncBareProgressQueueWorker *that) |
| 2291 | : that_(that) {} |
| 2292 | NAN_DISALLOW_ASSIGN_COPY_MOVE(ExecutionProgress) |
| 2293 | AsyncBareProgressQueueWorker* const that_; |
| 2294 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected