()
| 6392 | } |
| 6393 | |
| 6394 | func (p *Parser) inYieldContext() bool { |
| 6395 | return p.contextFlags&ast.NodeFlagsYieldContext != 0 |
| 6396 | } |
| 6397 | |
| 6398 | func (p *Parser) inDisallowInContext() bool { |
| 6399 | return p.contextFlags&ast.NodeFlagsDisallowInContext != 0 |
no outgoing calls
no test coverage detected