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

Method isJitEnabled

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

Source from the content-addressed store, hash-verified

97 }
98
99 public boolean isJitEnabled() {
100 return jitEnabled;
101 }
102
103 public boolean isJitAsync() {
104 return jitAsync;

Callers 1

tryCompileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected