RE: Question about the compileScript method in the JavaScriptInterpreter

2003-10-10 Thread Carsten Ziegeler
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

Re: Question about the compileScript method in the JavaScriptInterpreter

2003-10-10 Thread Sylvain Wallez
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