(lhs, rhs)
| 1138 | } |
| 1139 | // `+=` code |
| 1140 | add(lhs, rhs) { |
| 1141 | return this._leafNode(new AssignOp(lhs, exports.operators.ADD, rhs)); |
| 1142 | } |
| 1143 | // appends passed SafeExpr to code or executes Block |
| 1144 | code(c) { |
| 1145 | if (typeof c == "function") |
no test coverage detected