()
| 31950 | return inContext(16384 /* NodeFlags.DecoratorContext */); |
| 31951 | } |
| 31952 | function inAwaitContext() { |
| 31953 | return inContext(32768 /* NodeFlags.AwaitContext */); |
| 31954 | } |
| 31955 | function parseErrorAtCurrentToken(message, arg0) { |
| 31956 | return parseErrorAt(scanner.getTokenPos(), scanner.getTextPos(), message, arg0); |
| 31957 | } |
no test coverage detected