Perform the call. @param cx the current Context for this thread @param scope the scope to use to resolve properties. @param thisObj the JavaScript this object @param args the array of arguments @return the result of the call
(Context cx, VarScope scope, Scriptable thisObj, Object[] args)
| 21 | * @return the result of the call |
| 22 | */ |
| 23 | public Object call(Context cx, VarScope scope, Scriptable thisObj, Object[] args); |
| 24 | } |
no outgoing calls