gecko-dev/js/rhino/toolsrc
igor%mir2.org 5188320068 1. To evaluate script represented by String, use Context.evaluateString to avoid the need to create StringReader instances.
2. Catch VirtualMachineError so on out-of-memory/stack-overflow the shell will exit with System.exit(EXITCODE_RUNTIME_ERROR), not with 1. It will allow to distinguish cases when script tried to consume all available stack/memory with bugs in Rhino itself leading to NullPointerException etc.

3. Remove code to rethrow ThreadDeath from JavaScriptExcception since ThreadDeath is re-thrown by the engine itself.
2003-07-06 19:21:42 +00:00
..
org/mozilla/javascript/tools 1. To evaluate script represented by String, use Context.evaluateString to avoid the need to create StringReader instances. 2003-07-06 19:21:42 +00:00
build.xml cosmetics: end-of-line whitespace removal 2002-02-11 01:33:23 +00:00