org.mozilla.javascript
public interface RefCallable extends Callable
Method Summary | |
---|---|
Ref | refCall(Context cx, Scriptable thisObj, Object[] args)
Perform function call in reference context.
|
Parameters: cx the current Context for this thread thisObj the JavaScript this
object args the array of arguments