public interface Callable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
call(Context cx,
Scriptable scope,
Scriptable thisObj,
java.lang.Object[] args)
Perform the call.
|
java.lang.Object call(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
cx
- the current Context for this threadscope
- the scope to use to resolve properties.thisObj
- the JavaScript this
objectargs
- the array of arguments