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

Method isV8Compatible

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

Source from the content-addressed store, hash-verified

125 }
126
127 public boolean isV8Compatible() {
128 return v8Compatible;
129 }
130
131 public void setV8Compatible(boolean v8Compatible) {
132 this.v8Compatible = v8Compatible;

Callers 2

kernel.jsFile · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected