| 408 | } |
| 409 | |
| 410 | NODE_GETTER(Database::JS_open) { |
| 411 | info.GetReturnValue().Set(Unwrap<Database>(PROPERTY_HOLDER(info))->open); |
| 412 | } |
| 413 | |
| 414 | NODE_GETTER(Database::JS_inTransaction) { |
| 415 | Database* db = Unwrap<Database>(PROPERTY_HOLDER(info)); |
nothing calls this directly
no outgoing calls
no test coverage detected