(uid)
| 205 | } |
| 206 | |
| 207 | _destroy(uid) { |
| 208 | const h = this._getActivity(uid, 'destroy'); |
| 209 | this._stamp(h, 'destroy'); |
| 210 | this._maybeLog(uid, h?.type, 'destroy'); |
| 211 | this.ondestroy(uid); |
| 212 | } |
| 213 | |
| 214 | _promiseResolve(uid) { |
| 215 | const h = this._getActivity(uid, 'promiseResolve'); |
nothing calls this directly
no test coverage detected