(value)
| 90489 | -1; |
| 90490 | } |
| 90491 | function isSourceMappedPosition(value) { |
| 90492 | return value.sourceIndex !== undefined |
| 90493 | && value.sourcePosition !== undefined; |
| 90494 | } |
| 90495 | function sameMappedPosition(left, right) { |
| 90496 | return left.generatedPosition === right.generatedPosition |
| 90497 | && left.sourceIndex === right.sourceIndex |
no outgoing calls
no test coverage detected