(index)
| 5 | } |
| 6 | |
| 7 | function skipTo(index) { |
| 8 | evalInPage( |
| 9 | "globalThis._hyperscript.hdb && globalThis._hyperscript.hdb.skipTo(" + |
| 10 | index + |
| 11 | ")", |
| 12 | ); |
| 13 | } |
| 14 | |
| 15 | function stepOver() { |
| 16 | evalInPage( |
nothing calls this directly
no test coverage detected