MCPcopy Create free account
hub / github.com/dynjs/dynjs / compileBasicBlock

Method compileBasicBlock

src/main/java/org/dynjs/compiler/JSCompiler.java:57–59  ·  view source on GitHub ↗
(CompilationContext context, String grist, Statement body, boolean strict)

Source from the content-addressed store, hash-verified

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}

Callers 4

compileMethod · 0.80
compileMethod · 0.80

Calls 1

compileMethod · 0.65

Tested by

no test coverage detected