()
| 35706 | parseAssignmentExpressionOrHigher(); |
| 35707 | } |
| 35708 | function parseArgumentExpression() { |
| 35709 | return doOutsideOfContext(disallowInAndDecoratorContext, parseArgumentOrArrayLiteralElement); |
| 35710 | } |
| 35711 | function parseArrayLiteralExpression() { |
| 35712 | var pos = getNodePos(); |
| 35713 | var openBracketPosition = scanner.getTokenPos(); |
nothing calls this directly
no test coverage detected