org.mozilla.javascript.optimizer
public class Codegen extends Interpreter
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) |