(final CompilationContext context, final ProgramTree body, boolean forceStrict)
| 5 | |
| 6 | public interface ProgramCompiler { |
| 7 | public JSProgram compile(final CompilationContext context, final ProgramTree body, boolean forceStrict); |
| 8 | } |
no outgoing calls
no test coverage detected