Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ getDescriptor
Method
getDescriptor
rhino/src/main/java/org/mozilla/javascript/Script.java:47–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
Object exec(Context cx, VarScope scope, Scriptable thisObj);
46
47
default JSDescriptor<JSScript> getDescriptor() {
48
return
null;
49
}
50
}
Callers
15
largeMethod
Method · 0.95
largeVarList
Method · 0.95
largeLocalVarList
Method · 0.95
tooManyMethods
Method · 0.95
doTest
Method · 0.65
isApply
Method · 0.65
isApplyOrCall
Method · 0.65
initScript
Method · 0.65
equalJSFunctions
Method · 0.65
ACallFrame
Method · 0.65
CallFrameV2
Method · 0.65
getData
Method · 0.65
Implementers
1
JSScript
rhino/src/main/java/org/mozilla/javasc
Calls
no outgoing calls
Tested by
5
largeMethod
Method · 0.76
largeVarList
Method · 0.76
largeLocalVarList
Method · 0.76
tooManyMethods
Method · 0.76
doTest
Method · 0.52