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

Method isJitAsync

src/main/java/org/dynjs/Config.java:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 public boolean isJitAsync() {
104 return jitAsync;
105 }
106
107 public void setJitAsync(boolean jitAsync) {
108 this.jitAsync = jitAsync;

Callers 1

compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected