MCPcopy Index your code
hub / github.com/mozilla/rhino / getCode

Method getCode

rhino/src/main/java/org/mozilla/javascript/JSScript.java:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 JSCode<JSScript> getCode() {
28 return descriptor.getCode();
29 }
30
31 @Override
32 public Object exec(Context cx, VarScope scope, Scriptable thisObj) {

Callers 1

execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected