Sylvain Wallez wrote:
>
> Actually, the whole flow stuff abuses the use or Environment, when it
> simply needs the object model. On my todo list is some refactoring to
> remove all uses of environment in the flow, unless someone else
> volunteers for it.
>
> In the meantime, we can simply repl
Carsten Ziegeler wrote:
The compileScript method in the JavaScriptInterpreter looks like this:
public Script compileScript(Context cx,
Environment environment,
String fileName) throws Exception {
Source src = environment.resolv