| Modifier and Type | Method and Description | 
|---|---|
| Ref | refCall(Context cx,
       Scriptable thisObj,
       java.lang.Object[] args)Perform function call in reference context. | 
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