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

Method call

rhino/src/main/java/org/mozilla/javascript/Function.java:31–31  ·  view source on GitHub ↗

Call the function. Note that the array of arguments is not guaranteed to have length greater than 0. @param cx the current Context for this thread @param scope the scope to execute the function relative to. This is set to the value returned by getParentScope() except when the function is ca

(Context cx, VarScope scope, Scriptable thisObj, Object[] args)

Source from the content-addressed store, hash-verified

29 * @return the result of the call
30 */
31 @Override
32 Object call(Context cx, VarScope scope, Scriptable thisObj, Object[] args);
33
34 /**

Implementers 10

NativeProxyFunctionrhino/src/main/java/org/mozilla/javasc
JSFunctionrhino/src/main/java/org/mozilla/javasc
XMLListrhino-xml/src/main/java/org/mozilla/ja
BaseFunctionrhino/src/main/java/org/mozilla/javasc
Delegatorrhino/src/main/java/org/mozilla/javasc
NativeJavaClassrhino/src/main/java/org/mozilla/javasc
NativeContinuationrhino/src/main/java/org/mozilla/javasc
NativeJavaTopPackagerhino/src/main/java/org/mozilla/javasc
NativeRegExpCallablerhino/src/main/java/org/mozilla/javasc
Printtests/src/test/java/org/mozilla/javasc

Calls

no outgoing calls