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

Method Repl

src/main/java/org/dynjs/cli/Repl.java:49–51  ·  view source on GitHub ↗
(DynJS runtime, InputStream in, OutputStream out)

Source from the content-addressed store, hash-verified

47 private PrintWriter log;
48
49 public Repl(DynJS runtime, InputStream in, OutputStream out) {
50 this(runtime, in, out, WELCOME_MESSAGE, PROMPT);
51 }
52
53 public Repl(DynJS runtime, InputStream in, OutputStream out, String welcome, String prompt) {
54 this(runtime, in, out, welcome, prompt, System.getProperty("user.dir") + "/dynjs.log");

Callers

nothing calls this directly

Calls 1

getPropertyMethod · 0.65

Tested by

no test coverage detected