()
| 5666 | } |
| 5667 | |
| 5668 | function parseObjectSpreadProperty() { |
| 5669 | var marker = markerCreate(); |
| 5670 | expect('...'); |
| 5671 | return markerApply(marker, delegate.createSpreadProperty(parseAssignmentExpression())); |
| 5672 | } |
| 5673 | |
| 5674 | function getFieldName(key) { |
| 5675 | var toString = String; |
no test coverage detected