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