()
| 230 | } |
| 231 | |
| 232 | _clean_branch_ctx() { |
| 233 | this.is_branch_ctx = false; |
| 234 | this.branch_position = null; |
| 235 | this.delta_slot = null; |
| 236 | this.rsp_slot = null; |
| 237 | this.rsp_position = null; |
| 238 | } |
| 239 | |
| 240 | clean() { |
| 241 | super.clean(); |
no outgoing calls
no test coverage detected