(savedPreserveSourceNewlines)
| 111011 | } |
| 111012 | } |
| 111013 | function afterEmitNode(savedPreserveSourceNewlines) { |
| 111014 | preserveSourceNewlines = savedPreserveSourceNewlines; |
| 111015 | } |
| 111016 | function pipelineEmit(emitHint, node, parenthesizerRule) { |
| 111017 | currentParenthesizerRule = parenthesizerRule; |
| 111018 | var pipelinePhase = getPipelinePhase(0 /* PipelinePhase.Notification */, emitHint, node); |
no outgoing calls
no test coverage detected