()
| 12904 | this._inputs.splice(i, 1); |
| 12905 | } |
| 12906 | removeAllInputs() { |
| 12907 | this._op = null; |
| 12908 | for (let i = 0; i < this._inputs.length; i++) { |
| 12909 | this.dropInput(i); |
| 12910 | } |
| 12911 | this._inputs = []; |
| 12912 | } |
| 12913 | inBlockList() { |
| 12914 | return this.next !== null; |
| 12915 | } |