(node)
| 111753 | } |
| 111754 | } |
| 111755 | function emitComputedPropertyName(node) { |
| 111756 | writePunctuation("["); |
| 111757 | emitExpression(node.expression, parenthesizer.parenthesizeExpressionOfComputedPropertyName); |
| 111758 | writePunctuation("]"); |
| 111759 | } |
| 111760 | // |
| 111761 | // Signature elements |
| 111762 | // |
no test coverage detected