()
| 288 | } |
| 289 | |
| 290 | private sendRelease() { |
| 291 | if (this.remoteRefcount > 0) { |
| 292 | this.session.sendRelease(this.importId, this.remoteRefcount); |
| 293 | this.remoteRefcount = 0; |
| 294 | } |
| 295 | } |
| 296 | }; |
| 297 | |
| 298 | class RpcImportHook extends StubHook { |
no test coverage detected