org.mozilla.javascript
public class Interpreter extends Object
Method Summary | |
---|---|
Object | compile(CompilerEnvirons compilerEnv, ScriptOrFnNode tree, String encodedSource, boolean returnFunction) |
Function | createFunctionObject(Context cx, Scriptable scope, Object bytecode, Object staticSecurityDomain) |
Script | createScriptObject(Object bytecode, Object staticSecurityDomain) |
static Object | restartContinuation(Continuation c, Context cx, Scriptable scope, Object[] args) |