| java.lang.Object org.mozilla.javascript.Interpreter
Inner Class :static class GeneratorState | |
Method Summary | |
public void | captureStackInfo(RhinoException ex) | public Object | compile(CompilerEnvirons compilerEnv, ScriptOrFnNode tree, String encodedSource, boolean returnFunction) | public Function | createFunctionObject(Context cx, Scriptable scope, Object bytecode, Object staticSecurityDomain) | public Script | createScriptObject(Object bytecode, Object staticSecurityDomain) | static String | getEncodedSource(InterpreterData idata) | static int[] | getLineNumbers(InterpreterData data) | public String | getPatchedStack(RhinoException ex, String nativeStackTrace) | public List | getScriptStack(RhinoException ex) | public String | getSourcePositionFromStack(Context cx, int[] linep) | static Object | interpret(InterpretedFunction ifun, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) | public static Object | restartContinuation(Continuation c, Context cx, Scriptable scope, Object[] args) | public static Object | resumeGenerator(Context cx, Scriptable scope, int operation, Object savedState, Object value) | public void | setEvalScriptFlag(Script script) |
getSourcePositionFromStack | public String getSourcePositionFromStack(Context cx, int[] linep)(Code) | | |
setEvalScriptFlag | public void setEvalScriptFlag(Script script)(Code) | | |
|
|