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