|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RefCallable
Object that can allows assignments to the result of function calls.
Method Summary | |
---|---|
org.mozilla.javascript.Ref |
refCall(Context cx,
Scriptable thisObj,
java.lang.Object[] args)
Perform function call in reference context. |
Methods inherited from interface org.mozilla.javascript.Callable |
---|
call |
Method Detail |
---|
org.mozilla.javascript.Ref refCall(Context cx, Scriptable thisObj, java.lang.Object[] args)
Ref
methods, then store args.clone(),
not args array itself.
cx
- the current Context for this threadthisObj
- the JavaScript this
objectargs
- the array of arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |