(value)
| 224 | } |
| 225 | |
| 226 | push_value(value) { |
| 227 | super.push_value(value); |
| 228 | |
| 229 | if (this.is_branch_ctx) { |
| 230 | this.branch_position += 8; |
| 231 | } |
| 232 | } |
| 233 | |
| 234 | _clean_branch_ctx() { |
| 235 | this.is_branch_ctx = false; |
no outgoing calls
no test coverage detected