()
| 3649 | const __cn1TickStride = 256; |
| 3650 | let __cn1TickCounter = 0; |
| 3651 | function _Yc() { |
| 3652 | if (++__cn1TickCounter < __cn1TickStride) return false; |
| 3653 | __cn1TickCounter = 0; |
| 3654 | if (jvm.__cn1ClinitDepth) return false; |
| 3655 | const now = (typeof global.performance !== "undefined" && global.performance |
| 3656 | && typeof global.performance.now === "function") |
| 3657 | ? global.performance.now() : Date.now(); |
| 3658 | if ((now - __cn1TickStartedAt) < __cn1TickBudgetMs) return false; |
| 3659 | __cn1TickStartedAt = now; |
| 3660 | return true; |
| 3661 | } |
| 3662 | global._Yc = _Yc; |
| 3663 | global._Yv = _Yv; |
| 3664 | // Top-level 2-char globals for the ~15k ``jvm.*`` call sites in |
no test coverage detected