gecko-dev/js
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
..
benchmarks Bug 75405 js benchmarks need strict mode cleaning 2003-02-24 21:37:37 +00:00
docs syncing with the latest apidoc from /webtools/apidoc 2003-02-12 08:25:15 +00:00
jsd Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
jsdj Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
jsj
ref
rhino 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
src Argh, inverted logic bug. 2003-06-28 00:55:12 +00:00
tests Initial add. Regression test for bug 210682. 2003-07-02 23:43:09 +00:00
.cvsignore
landbranch.pl
Makefile.in 22984 r=cls Remove MOZ_JAVA references from the build 2003-03-23 19:36:00 +00:00
makefile.win Adding placeholders to silence cvs warnings 2002-09-20 09:14:42 +00:00