()
| 367 | // running. Implementations can optionally check .is_dirty to enforce |
| 368 | // single-run gadget sequences |
| 369 | run() { |
| 370 | throw Error('not implemented'); |
| 371 | } |
| 372 | |
| 373 | // anything you need to do before the ROP chain jumps back to JavaScript |
| 374 | push_end() { |
no outgoing calls
no test coverage detected