From: Ken A. <kan...@us...> - 2004-11-05 00:13:29
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21160/src/jsint Modified Files: BacktraceException.java Evaluator.java Invoke.java JavaField.java JavaMethod.java LexicalEnvironment.java Primitive.java Procedure.java primitives.scm Log Message: Remove some Invoke methods that weren't necessary. They probably came in when Tim added access to private methods. Add a few more classes to REPL so they get compiled. Make more robust the loading of elf/basic.scm when handling errors. If you can't load it, fall back to the original strategy. |