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

Method executeSource

src/main/java/org/dynjs/cli/Main.java:130–132  ·  view source on GitHub ↗
(String eval)

Source from the content-addressed store, hash-verified

128 }
129
130 private void executeSource(String eval) {
131 executeRunner(runtime.newRunner().withSource( eval));
132 }
133
134 private void showAST(String source) throws IOException {
135 stream.println(runtime.newCompiler().withSource(source).parse().dump(" "));

Callers 1

runMethod · 0.95

Calls 3

executeRunnerMethod · 0.95
newRunnerMethod · 0.80
withSourceMethod · 0.45

Tested by

no test coverage detected