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)
| 29 | * @return the result of the call |
| 30 | */ |
| 31 | @Override |
| 32 | Object call(Context cx, VarScope scope, Scriptable thisObj, Object[] args); |
| 33 | |
| 34 | /** |
no outgoing calls