()
| 228 | get history() { return this[kHistory]; } |
| 229 | set history(value) { this[kHistory] = value; } |
| 230 | get index() { return this[kIndex]; } |
| 231 | set index(value) { this[kIndex] = value; } |
| 232 | |
| 233 | // Start private methods |
no outgoing calls
no test coverage detected