(id)
| 27 | } |
| 28 | }), |
| 29 | destroy(id) { |
| 30 | assert.notStrictEqual(this.trackedId, -1); |
| 31 | if (id === this.trackedId) { |
| 32 | this.gcListener.ongc(); |
| 33 | onGcAsyncHook.disable(); |
| 34 | } |
| 35 | }, |
| 36 | }).enable(); |
| 37 | onGcAsyncHook.gcListener = gcListener; |
| 38 |
nothing calls this directly
no test coverage detected
searching dependent graphs…