(low, high)
| 3696 | // value space, or a leaked double), or null (uninitialised long[]/field). |
| 3697 | const _TWO_PWR_32 = 4294967296; |
| 3698 | function _LL(low, high) { return { __l: 1, l: low | 0, h: high | 0 }; } |
| 3699 | const _L0 = _LL(0, 0); |
| 3700 | const _L1 = _LL(1, 0); |
| 3701 | const _LMIN = _LL(0, -2147483648); // 0x8000000000000000 |
no outgoing calls
no test coverage detected