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

Method compile

src/main/java/org/dynjs/runtime/Compiler.java:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 public JSProgram compile() {
75 return compile(parse());
76 }
77
78 public ProgramTree parse() {
79 JavascriptParser parser = new JavascriptParser(compilationContext());

Callers

nothing calls this directly

Calls 7

parseMethod · 0.95
compilationContextMethod · 0.95
compileMethod · 0.95
compileProgramMethod · 0.95
getCompileModeMethod · 0.80
getConfigMethod · 0.65
getCompilerMethod · 0.65

Tested by

no test coverage detected