(n)
| 13090 | }); |
| 13091 | } |
| 13092 | function t(n) { |
| 13093 | return A.MeasureCallback.implement({ measure: function() { |
| 13094 | let { width: i, height: o } = n(...arguments); |
| 13095 | return { width: i ?? NaN, height: o ?? NaN }; |
| 13096 | } }); |
| 13097 | } |
| 13098 | e(A.Node.prototype, "setMeasureFunc", function(n, i) { |
| 13099 | return i ? n.call(this, t(i)) : this.unsetMeasureFunc(); |
| 13100 | }); |
no test coverage detected