()
| 5504 | } |
| 5505 | |
| 5506 | func (p *Parser) parseArgumentExpression() *ast.Expression { |
| 5507 | return doInContext(p, ast.NodeFlagsDisallowInContext|ast.NodeFlagsDecoratorContext, false, (*Parser).parseArgumentOrArrayLiteralElement) |
| 5508 | } |
| 5509 | |
| 5510 | func (p *Parser) parseArgumentOrArrayLiteralElement() *ast.Expression { |
| 5511 | switch p.token { |
nothing calls this directly
no test coverage detected