| 215 | } |
| 216 | |
| 217 | void statement_expression::run_impl() |
| 218 | { |
| 219 | CS_DEBUGGER_STEP(this); |
| 220 | context->instance->parse_expr(mTree.root()); |
| 221 | } |
| 222 | |
| 223 | void statement_expression::repl_run_impl() |
| 224 | { |
nothing calls this directly
no test coverage detected