(node)
| 101211 | /*typeArguments*/ undefined, call.arguments)))); |
| 101212 | } |
| 101213 | function visitSuperCallInBody(node) { |
| 101214 | return visitCallExpressionWithPotentialCapturedThisAssignment(node, /*assignToCapturedThis*/ false); |
| 101215 | } |
| 101216 | function visitCallExpressionWithPotentialCapturedThisAssignment(node, assignToCapturedThis) { |
| 101217 | // We are here either because SuperKeyword was used somewhere in the expression, or |
| 101218 | // because we contain a SpreadElementExpression. |
no test coverage detected