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

Method newCompiler

src/main/java/org/dynjs/runtime/DynJS.java:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 public Compiler newCompiler() {
88 return new Compiler(this.config);
89 }
90
91 // ----------------------------------------------------------------------
92

Callers 2

compileMethod · 0.80
showASTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected