(error)
| 1266 | } |
| 1267 | // `throw` statement |
| 1268 | throw(error) { |
| 1269 | return this._leafNode(new Throw(error)); |
| 1270 | } |
| 1271 | // start self-balancing block |
| 1272 | block(body, nodeCount) { |
| 1273 | this._blockStarts.push(this._nodes.length); |
no test coverage detected