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 --- .../javadoc/org/mozilla/javascript/Script.html | 231 --------------------- 1 file changed, 231 deletions(-) delete mode 100644 trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Script.html (limited to 'trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Script.html') diff --git a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Script.html b/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Script.html deleted file mode 100644 index 65f250f..0000000 --- a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Script.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - -Script (Rhino) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.mozilla.javascript -
-Interface Script

-
-
-
public interface Script
- - -

-All compiled scripts implement this interface. -

- This class encapsulates script execution relative to an - object scope. -

- -

-

-
Since:
-
1.3
-
Author:
-
Norris Boyd
-
-
- -

- - - - - - - - - - - - -
-Method Summary
- java.lang.Objectexec(Context cx, - Scriptable scope) - -
-          Execute the script.
-  -

- - - - - - - - -
-Method Detail
- -

-exec

-
-java.lang.Object exec(Context cx,
-                      Scriptable scope)
-
-
Execute the script. -

- The script is executed in a particular runtime Context, which - must be associated with the current thread. - The script is executed relative to a scope--definitions and - uses of global top-level variables and functions will access - properties of the scope object. For compliant ECMA - programs, the scope must be an object that has been initialized - as a global object using Context.initStandardObjects. -

-

-

-
Parameters:
cx - the Context associated with the current thread
scope - the scope to execute relative to -
Returns:
the result of executing the script
See Also:
Context.initStandardObjects()
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3