(promise, parent)
| 334 | } |
| 335 | |
| 336 | function promiseInitHookWithDestroyTracking(promise, parent) { |
| 337 | promiseInitHook(promise, parent); |
| 338 | destroyTracking(promise, parent); |
| 339 | } |
| 340 | |
| 341 | function destroyTracking(promise, parent) { |
| 342 | trackPromise(promise, parent); |
nothing calls this directly
no test coverage detected
searching dependent graphs…