(root, expirationTime)
| 23441 | } |
| 23442 | |
| 23443 | function computeThreadID(root, expirationTime) { |
| 23444 | // Interaction threads are unique per root and expiration time. |
| 23445 | return expirationTime * 1000 + root.interactionThreadID; |
| 23446 | } |
| 23447 | |
| 23448 | function markSpawnedWork(expirationTime) { |
| 23449 |
no outgoing calls
no test coverage detected