* @param {Variable} variable
(variable)
| 307 | * @param {Variable} variable |
| 308 | */ |
| 309 | pushVariableCopy(variable) { |
| 310 | this._childrenArray.push(variable.clone()); |
| 311 | return this; |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * @param {Variable} variable |
no test coverage detected