(CompilationContext context, String grist, Statement body, boolean strict)
| 55 | } |
| 56 | |
| 57 | public BasicBlock compileBasicBlock(CompilationContext context, String grist, Statement body, boolean strict) { |
| 58 | return this.basicBlockCompiler.compile(context, grist, body, strict); |
| 59 | } |
| 60 | |
| 61 | } |
no test coverage detected