Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
exec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected