| 5 | import org.dynjs.runtime.ExecutionContext; |
| 6 | |
| 7 | public interface BasicBlockCompiler { |
| 8 | |
| 9 | public BasicBlock compile(CompilationContext context, final String grist, final Statement body, boolean strict); |
| 10 | |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected