(x)
| 3727 | return _L0; |
| 3728 | } |
| 3729 | function _LtoNum(x) { return (x && x.__l === 1) ? _LtoNumber(x) : Number(x); } // Long|Number -> Number |
| 3730 | function _LisZero(a) { return a.h === 0 && a.l === 0; } |
| 3731 | function _LisNeg(a) { return a.h < 0; } |
| 3732 | function _Leq(a, b) { return a.h === b.h && a.l === b.l; } |
no test coverage detected