()
| 32641 | return false; |
| 32642 | } |
| 32643 | function nextTokenIsStartOfExpression() { |
| 32644 | nextToken(); |
| 32645 | return isStartOfExpression(); |
| 32646 | } |
| 32647 | function nextTokenIsStartOfType() { |
| 32648 | nextToken(); |
| 32649 | return isStartOfType(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…