(n = 1)
| 1299 | return this._endBlockNode(Func); |
| 1300 | } |
| 1301 | optimize(n = 1) { |
| 1302 | while (n-- > 0) { |
| 1303 | this._root.optimizeNodes(); |
| 1304 | this._root.optimizeNames(this._root.names, this._constants); |
| 1305 | } |
| 1306 | } |
| 1307 | _leafNode(node) { |
| 1308 | this._currNode.nodes.push(node); |
| 1309 | return this; |
no test coverage detected