gecko-dev/js
igor%mir2.org a5f9d59614 Change TokenStream to return operational tokens as is without grouping them through Token.UNARY, Token.PRIMARY etc. Instead do grouping only in parser. In this way exceptional cases when grouping of tokens has to be changed by parser (like reinterpretation of Token.IN) it is easy to deal with. Another advantage is decompiler simplification since it does not need to perform nested switches to unwrap tokens. 2003-08-13 14:21:39 +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 Big dynamic footprint win via script filename caching, plus line number fix for strict/const diags (see http://bugzilla.mozilla.org/attachment.cgi?id=127130&action=view for detailed checkin comments; 208030, r/rs=shaver, r=rginda on the jsd change, r=jst on the dom change). 2003-07-26 22:37:11 +00:00
jsdj Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
jsj
ref
rhino Change TokenStream to return operational tokens as is without grouping them through Token.UNARY, Token.PRIMARY etc. Instead do grouping only in parser. In this way exceptional cases when grouping of tokens has to be changed by parser (like reinterpretation of Token.IN) it is easy to deal with. Another advantage is decompiler simplification since it does not need to perform nested switches to unwrap tokens. 2003-08-13 14:21:39 +00:00
src Really fix 215878, with great help from darin. 2003-08-13 06:54:13 +00:00
tests Rhino shell has been updated to exit with code 3, not 1 on OutOfMemory/StackOverflow exceptions. 2003-08-03 18:20:24 +00:00
.cvsignore
Makefile.in 22984 r=cls Remove MOZ_JAVA references from the build 2003-03-23 19:36:00 +00:00
landbranch.pl
makefile.win Adding placeholders to silence cvs warnings 2002-09-20 09:14:42 +00:00