(rect)
| 32075 | return new (0, _utilities.Rectangle)(clientRect.left, clientRect.right, clientRect.top, clientRect.bottom); |
| 32076 | } |
| 32077 | function _getRectangleFromIRect(rect) { |
| 32078 | return new (0, _utilities.Rectangle)(rect.left, rect.right, rect.top, rect.bottom); |
| 32079 | } |
| 32080 | function _getTargetRect(bounds, target) { |
| 32081 | var targetRectangle; |
| 32082 | if (target) { |
no outgoing calls
no test coverage detected