From 89bda83e0570ab87c6e449f5955613d5385e90b3 Mon Sep 17 00:00:00 2001 From: "alexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c" Date: Wed, 3 Feb 2010 00:50:41 +0000 Subject: removed obsolete svn folder from hg tree --HG-- extra : convert_revision : svn%3Ab2ef00c0-3703-41da-baef-cfe82387ac0c/trunk%408 --- .../org/mozilla/javascript/RefCallable.html | 233 --------------------- 1 file changed, 233 deletions(-) delete mode 100644 trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/RefCallable.html (limited to 'trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/RefCallable.html') diff --git a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/RefCallable.html b/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/RefCallable.html deleted file mode 100644 index 910d0fd..0000000 --- a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/RefCallable.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -RefCallable (Rhino) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.mozilla.javascript -
-Interface RefCallable

-
-
All Superinterfaces:
Callable
-
-
-
-
public interface RefCallable
extends Callable
- - -

-Object that can allows assignments to the result of function calls. -

- -

-


- -

- - - - - - - - - - - - -
-Method Summary
- org.mozilla.javascript.RefrefCall(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
- -

-refCall

-
-org.mozilla.javascript.Ref refCall(Context cx,
-                                   Scriptable thisObj,
-                                   java.lang.Object[] args)
-
-
Perform function call in reference context. - The args array reference should not be stored in any object that is - can be GC-reachable after this method returns. If this is necessary, - for example, to implement Ref methods, then store args.clone(), - not args array itself. -

-

-
-
-
-
Parameters:
cx - the current Context for this thread
thisObj - the JavaScript this object
args - the array of arguments
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3