(currentPhase, emitHint, node)
| 111061 | } |
| 111062 | } |
| 111063 | function getNextPipelinePhase(currentPhase, emitHint, node) { |
| 111064 | return getPipelinePhase(currentPhase + 1, emitHint, node); |
| 111065 | } |
| 111066 | function pipelineEmitWithNotification(hint, node) { |
| 111067 | var pipelinePhase = getNextPipelinePhase(0 /* PipelinePhase.Notification */, hint, node); |
| 111068 | onEmitNode(hint, node, pipelinePhase); |
no test coverage detected