()
| 362 | // running. Implementations can optionally check .is_dirty to enforce |
| 363 | // single-run gadget sequences |
| 364 | run() { |
| 365 | throw Error("not implemented"); |
| 366 | } |
| 367 | |
| 368 | // anything you need to do before the ROP chain jumps back to JavaScript |
| 369 | push_end() { |
no outgoing calls
no test coverage detected