(uid)
| 212 | } |
| 213 | |
| 214 | _promiseResolve(uid) { |
| 215 | const h = this._getActivity(uid, 'promiseResolve'); |
| 216 | this._stamp(h, 'promiseResolve'); |
| 217 | this._maybeLog(uid, h?.type, 'promiseResolve'); |
| 218 | this.onpromiseResolve(uid); |
| 219 | } |
| 220 | |
| 221 | _maybeLog(uid, type, name) { |
| 222 | if (this._logid && |
nothing calls this directly
no test coverage detected