()
| 31990 | // reason about this side effect). Mainstream VMs inline simple functions like this, so |
| 31991 | // there is no performance penalty. |
| 31992 | function token() { |
| 31993 | return currentToken; |
| 31994 | } |
| 31995 | function nextTokenWithoutCheck() { |
| 31996 | return currentToken = scanner.scan(); |
| 31997 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…