()
| 90221 | exit(); |
| 90222 | } |
| 90223 | function flushMappingBuffer() { |
| 90224 | if (mappingCharCodes.length > 0) { |
| 90225 | mappings += String.fromCharCode.apply(undefined, mappingCharCodes); |
| 90226 | mappingCharCodes.length = 0; |
| 90227 | } |
| 90228 | } |
| 90229 | function toJSON() { |
| 90230 | commitPendingMapping(); |
| 90231 | flushMappingBuffer(); |
no test coverage detected
searching dependent graphs…