()
| 5474 | |
| 5475 | // throw a failed-assertion with some helpful debugging info |
| 5476 | private RuntimeException codeBug() throws RuntimeException { |
| 5477 | throw Kit.codeBug( |
| 5478 | "ts.cursor=" |
| 5479 | + ts.cursor |
| 5480 | + ", ts.tokenBeg=" |
| 5481 | + ts.tokenBeg |
| 5482 | + ", currentToken=" |
| 5483 | + currentToken); |
| 5484 | } |
| 5485 | |
| 5486 | public boolean inUseStrictDirective() { |
| 5487 | return inUseStrictDirective; |
no test coverage detected