(text)
| 348 | } |
| 349 | |
| 350 | function warnOnce(text) { |
| 351 | if (!warnOnce.shown) warnOnce.shown = {}; |
| 352 | if (!warnOnce.shown[text]) { |
| 353 | warnOnce.shown[text] = 1; |
| 354 | Module.printErr(text); |
| 355 | } |
| 356 | } |
| 357 | |
| 358 | |
| 359 |
no outgoing calls
no test coverage detected
searching dependent graphs…