()
| 193 | } |
| 194 | |
| 195 | createVariable() { |
| 196 | this.registerToVars[this.varIx] = []; |
| 197 | this.myRegisters[this.varIx] = true; |
| 198 | return new join.Variable(this.varIx++); |
| 199 | } |
| 200 | |
| 201 | extendTo(block) { |
| 202 | let neue = new BuilderContext(block, clone(this.variableToGroup), clone(this.groupToValue), this.unprovided, this.registerToVars, this.groupIx, this.varIx); |
no outgoing calls
no test coverage detected