(x5)
| 2387 | return signMightNotMatch; |
| 2388 | } |
| 2389 | function censorNegativeZero(x5) { |
| 2390 | return x5 === 0 ? 0 : x5; |
| 2391 | } |
| 2392 | function createIntegerConversion(bitLength, { unsigned }) { |
| 2393 | let lowerBound, upperBound; |
| 2394 | if (unsigned) { |
no outgoing calls
no test coverage detected
searching dependent graphs…