| 47 | } |
| 48 | |
| 49 | Napi::Value StatementIterator::Throw(Napi::Env env) { |
| 50 | Cleanup(); |
| 51 | Database* db = stmt->db; |
| 52 | STATEMENT_THROW_LOGIC(); |
| 53 | } |
| 54 | |
| 55 | void StatementIterator::Cleanup() { |
| 56 | assert(alive == true); |
nothing calls this directly
no outgoing calls
no test coverage detected