| 15093 | let _scrollsdkLatestTime = 0 |
| 15094 | let _scrollsdkMinTimeIncrement = 0.000000000001 |
| 15095 | class AbstractParticle { |
| 15096 | _getProcessTimeInMilliseconds() { |
| 15097 | // We add this loop to restore monotonically increasing .now(): |
| 15098 | // https://developer.mozilla.org/en-US/docs/Web/API/Performance/now |
nothing calls this directly
no outgoing calls
no test coverage detected