(cond, msg)
| 2037 | } |
| 2038 | var failErr; |
| 2039 | function assert(cond, msg) { |
| 2040 | if (!cond) { |
| 2041 | throw new Error(msg || 'printAssert error'); |
| 2042 | } |
| 2043 | } |
| 2044 | try { |
| 2045 | checkerFn(assert); |
| 2046 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…