(start, end)
| 459 | }, |
| 460 | |
| 461 | setExtent(start, end) { |
| 462 | if (__DEV__) { |
| 463 | assert(!this._frozen); |
| 464 | } |
| 465 | writeExtent(this._extents, SCALE_EXTENT_KIND_EFFECTIVE, start, end); |
| 466 | }, |
| 467 | |
| 468 | setExtent2(kind, start, end) { |
| 469 | if (__DEV__) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…