(s)
| 1475 | }; |
| 1476 | |
| 1477 | function writeJson(s) { |
| 1478 | write(JSON.stringify(s, null, 2)); |
| 1479 | } |
| 1480 | |
| 1481 | JsonProfile.prototype.writeJson = function () { |
| 1482 | // Write out the JSON in a partially manual way to avoid creating too-large |
no test coverage detected
searching dependent graphs…