(method)
| 52375 | return result; |
| 52376 | }) }); |
| 52377 | function wrapReportedDiagnostic(method) { |
| 52378 | if (!method) { |
| 52379 | return method; |
| 52380 | } |
| 52381 | return (function () { |
| 52382 | var args = []; |
| 52383 | for (var _i = 0; _i < arguments.length; _i++) { |
| 52384 | args[_i] = arguments[_i]; |
| 52385 | } |
| 52386 | context.reportedDiagnostic = true; |
| 52387 | return method.apply(void 0, args); |
| 52388 | }); |
| 52389 | } |
| 52390 | } |
| 52391 | function checkTruncationLength(context) { |
| 52392 | if (context.truncating) |
no test coverage detected