(token)
| 19912 | // Functions for conformance of style. |
| 19913 | |
| 19914 | function startLine(token) { |
| 19915 | return token.startLine || token.line; |
| 19916 | } |
| 19917 | |
| 19918 | function nobreaknonadjacent(left, right) { |
| 19919 | left = left || state.tokens.curr; |
no outgoing calls
no test coverage detected