MCPcopy Create free account
hub / github.com/mozilla/rhino / apply

Method apply

rhino/src/main/java/org/mozilla/javascript/BuiltInSlot.java:28–28  ·  view source on GitHub ↗
(T builtIn, Scriptable start)

Source from the content-addressed store, hash-verified

26
27 public interface Getter<T extends ScriptableObject> extends Serializable {
28 Object apply(T builtIn, Scriptable start);
29 }
30
31 public interface Setter<T extends ScriptableObject> extends Serializable {

Callers 15

javaToJSONMethod · 0.65
withThreadLocalMethod · 0.65
getValueMethod · 0.65
setGetterMethod · 0.65
getValueMethod · 0.65
setValueMethod · 0.65
setAttributesMethod · 0.65
applyNewDescriptorMethod · 0.65
test-async.jsFile · 0.65
_callSuperFunction · 0.65

Calls

no outgoing calls

Tested by 13

testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
runScriptMethod · 0.52
runScriptMethod · 0.52