(hasSource, hasName)
| 90395 | } |
| 90396 | }; |
| 90397 | function captureMapping(hasSource, hasName) { |
| 90398 | return { |
| 90399 | generatedLine: generatedLine, |
| 90400 | generatedCharacter: generatedCharacter, |
| 90401 | sourceIndex: hasSource ? sourceIndex : undefined, |
| 90402 | sourceLine: hasSource ? sourceLine : undefined, |
| 90403 | sourceCharacter: hasSource ? sourceCharacter : undefined, |
| 90404 | nameIndex: hasName ? nameIndex : undefined |
| 90405 | }; |
| 90406 | } |
| 90407 | function stopIterating() { |
| 90408 | done = true; |
| 90409 | return { value: undefined, done: true }; |
no outgoing calls
no test coverage detected
searching dependent graphs…