(point)
| 117 | } |
| 118 | __name(assertInternal, "assertInternal"); |
| 119 | function isPoint(point) { |
| 120 | return !!point && typeof point.row === "number" && typeof point.column === "number"; |
| 121 | } |
| 122 | __name(isPoint, "isPoint"); |
| 123 | function setModule(module2) { |
| 124 | C = module2; |
no outgoing calls
no test coverage detected