(obj, replacer, spaces, cycleReplacer)
| 2 | |
| 3 | |
| 4 | var stringify = function (obj, replacer, spaces, cycleReplacer) { |
| 5 | return JSON.stringify(obj, serializer(replacer, cycleReplacer), spaces) |
| 6 | } |
| 7 | |
| 8 | |
| 9 | if (!String.prototype.endsWith) |
no test coverage detected