| java.lang.Object org.openlaszlo.iv.flash.js.JSHelper
JSHelper | public class JSHelper (Code) | | author: Norris Boyd |
Method Summary | |
public static Object | evaluateReader(Context cx, Scriptable scope, Reader in, String sourceName, int lineno) | public static int | execFile(String fileName, String args, PrintStream out) | public static int | execFile(String fileName, String args, PrintStream out, org.openlaszlo.iv.flash.context.Context genContext) | public static int | execString(String js_text, String args, PrintStream out, org.openlaszlo.iv.flash.context.Context genContext) | public static PrintStream | getErr() | public static Global | getGlobal() | public static Global | getGlobal(org.openlaszlo.iv.flash.context.Context genContext) | public static InputStream | getIn() | public static PrintStream | getOut() | public static ScriptableObject | getScope() | public static void | processFile(Context cx, Scriptable scope, String filename) | public static void | setErr(PrintStream err) | public static void | setIn(InputStream in) | public static void | setOut(PrintStream out) |
exitCode | protected static int exitCode(Code) | | |
evaluateReader | public static Object evaluateReader(Context cx, Scriptable scope, Reader in, String sourceName, int lineno)(Code) | | |
getScope | public static ScriptableObject getScope()(Code) | | |
processFile | public static void processFile(Context cx, Scriptable scope, String filename)(Code) | | |
|
|