| 2194 | |
| 2195 | private: |
| 2196 | explicit ExecutionProgress(AsyncBareProgressWorker *that) : that_(that) {} |
| 2197 | NAN_DISALLOW_ASSIGN_COPY_MOVE(ExecutionProgress) |
| 2198 | AsyncBareProgressWorker* const that_; |
| 2199 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected