()
| 90418 | return stopIterating(); |
| 90419 | } |
| 90420 | function hasReportedError() { |
| 90421 | return error !== undefined; |
| 90422 | } |
| 90423 | function isSourceMappingSegmentEnd() { |
| 90424 | return (pos === mappings.length || |
| 90425 | mappings.charCodeAt(pos) === 44 /* CharacterCodes.comma */ || |
no outgoing calls
no test coverage detected
searching dependent graphs…