(pos)
| 114908 | } |
| 114909 | } |
| 114910 | function emitLeadingCommentsOfPosition(pos) { |
| 114911 | if (commentsDisabled || pos === -1) { |
| 114912 | return; |
| 114913 | } |
| 114914 | emitLeadingComments(pos, /*isEmittedNode*/ true); |
| 114915 | } |
| 114916 | function emitTrailingComments(pos) { |
| 114917 | forEachTrailingCommentToEmit(pos, emitTrailingComment); |
| 114918 | } |
no test coverage detected