(includeRepeats)
| 1296 | } |
| 1297 | |
| 1298 | endTime(includeRepeats) { |
| 1299 | return this._start + (_isNotFalse(includeRepeats) ? this.totalDuration() : this.duration()) / Math.abs(this._ts || 1); |
| 1300 | } |
| 1301 | |
| 1302 | rawTime(wrapRepeats) { |
| 1303 | let parent = this.parent || this._dp; // _dp = detached parent |
no test coverage detected