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