(cue)
| 16754 | return this.parser.cue |
| 16755 | } |
| 16756 | indexOfLast(cue) { |
| 16757 | const result = this._getCueIndex()[cue] |
| 16758 | return result === undefined ? -1 : result |
| 16759 | } |
| 16760 | // todo: renmae to indexOfFirst? |
| 16761 | indexOf(cue) { |
| 16762 | if (!this.has(cue)) return -1 |
no test coverage detected