(x)
| 1462 | return x; |
| 1463 | }; |
| 1464 | var toString = function (x) { |
| 1465 | return x.toString(); |
| 1466 | }; |
| 1467 | |
| 1468 | if (typeof window !== 'undefined') { |
| 1469 | this.content.registerProcessor(["application/json; charset=utf-8", "application/json", "json"], { |
nothing calls this directly
no outgoing calls
no test coverage detected