(op: ir.ControlOp)
| 769 | } |
| 770 | |
| 771 | function reifyControl(op: ir.ControlOp): ir.UpdateOp { |
| 772 | return ng.control(op.sourceSpan); |
| 773 | } |
| 774 | |
| 775 | function reifyIrExpression(unit: CompilationUnit, expr: o.Expression): o.Expression { |
| 776 | if (!ir.isIrExpression(expr)) { |
no test coverage detected
searching dependent graphs…