MCPcopy 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

largeMethodMethod · 0.95
largeVarListMethod · 0.95
largeLocalVarListMethod · 0.95
tooManyMethodsMethod · 0.95
doTestMethod · 0.65
isApplyMethod · 0.65
isApplyOrCallMethod · 0.65
initScriptMethod · 0.65
equalJSFunctionsMethod · 0.65
ACallFrameMethod · 0.65
CallFrameV2Method · 0.65
getDataMethod · 0.65

Implementers 1

JSScriptrhino/src/main/java/org/mozilla/javasc

Calls

no outgoing calls

Tested by 5

largeMethodMethod · 0.76
largeVarListMethod · 0.76
largeLocalVarListMethod · 0.76
tooManyMethodsMethod · 0.76
doTestMethod · 0.52