| 50 | } |
| 51 | |
| 52 | Statement::Extras::Extras(sqlite3_uint64 id) |
| 53 | : bind_map(0), id(id) {} |
| 54 | |
| 55 | INIT(Statement::Init) { |
| 56 | v8::Local<v8::FunctionTemplate> t = NewConstructorTemplate(isolate, data, JS_new, "Statement"); |
nothing calls this directly
no outgoing calls
no test coverage detected