pjs/js2/src
rogerl%netscape.com da270a2d9a Incremental fixes. 2002-02-02 01:06:34 +00:00
..
macbuild Added regexpwrapper.cpp 2002-01-08 23:17:11 +00:00
regexp Added shell for testing regexp engine. 2002-01-30 23:58:53 +00:00
winbuild Fixed VC++ build errors for GC stuff. Package & Namespace stuff. 2002-01-16 01:41:02 +00:00
Makefile.am Added regexpwrapper. 2002-01-11 00:18:14 +00:00
algo.h Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
bytecodegen.cpp Fixes for RE bytecode + adding Context parameter for base JSObect methods 2002-01-31 01:25:26 +00:00
bytecodegen.h Incremental fixes for Packages/Import/Use etc. 2002-01-16 23:55:19 +00:00
collector.cpp Fixes for wacky extra blank lines from cvs. Fixes for __proto__ and to 2002-01-22 19:51:22 +00:00
collector.h Fixed VC++ build errors for GC stuff. Package & Namespace stuff. 2002-01-16 01:41:02 +00:00
cpucfg.h
debugger.cpp Added pragma to disable overlong identifiers warning 2001-02-09 19:10:18 +00:00
debugger.h fixing source stepping (opcode stepping to come back later) 2000-06-24 02:53:29 +00:00
ds.h Fixed template overinstantiation bug 2001-09-13 01:04:22 +00:00
exception.cpp Fixed result value of for..in statement. Handling of user throws & runtime 2001-11-05 18:05:37 +00:00
exception.h Fixed result value of for..in statement. Handling of user throws & runtime 2001-11-05 18:05:37 +00:00
fdlibm_ns.cpp Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
fdlibm_ns.h Changes to build JS2 on Mac OS X. 2001-12-06 22:40:56 +00:00
formatter.cpp Eliminated unnecessary VC6 workaround 2001-09-15 05:17:51 +00:00
formatter.h Eliminated unnecessary VC6 workaround 2001-09-15 05:17:51 +00:00
gc_allocator.cpp Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
gc_allocator.h initial checkin for source reorg. leaf copied mozilla/js/js2 to mozilla/js2/src, mozilla/js/js2/jsc to mozilla/js2/jsc, mozilla/js/js2/tools to mozilla/js2/tools, and mozilla/js/semantics to mozilla/js2/semantics 2001-02-07 21:21:22 +00:00
gc_container.h initial checkin for source reorg. leaf copied mozilla/js/js2 to mozilla/js2/src, mozilla/js/js2/jsc to mozilla/js2/jsc, mozilla/js/js2/tools to mozilla/js2/tools, and mozilla/js/semantics to mozilla/js2/semantics 2001-02-07 21:21:22 +00:00
hash.cpp Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
hash.h Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
js2execution.cpp Incremental fixes. 2002-02-02 01:06:34 +00:00
js2runtime.cpp Incremental fixes. 2002-02-02 01:06:34 +00:00
js2runtime.h Incremental fixes. 2002-02-02 01:06:34 +00:00
jsarray.cpp Fixes for RE bytecode + adding Context parameter for base JSObect methods 2002-01-31 01:25:26 +00:00
jsarray.h Added trailing newline for gcc. 2002-01-11 00:07:53 +00:00
jsclasses.h New icodes to handle instanceof/is. Moved operator name handling to icg 2001-02-16 23:15:34 +00:00
jsdate.cpp Fixed result value of for..in statement. Handling of user throws & runtime 2001-11-05 18:05:37 +00:00
jsdate.h Added trailing newline at EOF for gcc. 2002-01-11 00:12:16 +00:00
jslong.h Adding Date package. 2001-09-01 01:10:57 +00:00
jsmath.cpp Fixes for wacky extra blank lines from cvs. Fixes for __proto__ and to 2002-01-22 19:51:22 +00:00
jsmath.h Added trailing newline at EOF for gcc. 2002-01-11 00:12:16 +00:00
jsstring.cpp Incremental ECMA test suite fixes. 2002-02-01 00:05:37 +00:00
jsstring.h Added trailing newline for gcc. 2002-01-11 00:07:53 +00:00
jstypes.cpp Added toBoolean handling. Fixed toString & toPrimitive to match spec. 2001-02-23 00:18:46 +00:00
jstypes.h Fixed increment bug. Added mPrivate member and supported native getter & 2001-03-05 21:49:23 +00:00
lexer.cpp Fixed failure to parse 'prototype'. 2002-01-08 22:39:43 +00:00
lexer.h Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
mem.cpp Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
mem.h Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
nodefactory.h Updated parser: attributes can be expressions, added new attributes, disallowed nested ::'s, deleted Eval nodes, added const and void nodes, deleted package attribute, deleted super::id syntax, and added super, super(expr), and super(args) syntax 2001-06-13 21:24:27 +00:00
numerics.cpp Added Array.sort. Fixed toNumber(String) for trailing whitespace. Fixed 2001-10-19 00:25:28 +00:00
numerics.h Fixes for missing global object properties, various bug fixes. 2001-09-20 01:35:42 +00:00
parser.cpp Updated grammar: blocks and groups are now separate statements. A group is a block with attributes that does not form a scope. A group can hold directives only if it is itself in a location that can hold directives. 2002-01-08 00:09:03 +00:00
parser.h Fixed VC++ build errors for GC stuff. Package & Namespace stuff. 2002-01-16 01:41:02 +00:00
prmjtime.cpp Changes to build JS2 on Mac OS X. 2001-12-06 22:40:56 +00:00
prmjtime.h Adding Date package. 2001-09-01 01:10:57 +00:00
property.h Incremental fixes. 2002-02-02 01:06:34 +00:00
reader.cpp Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
reader.h Removed 3_in lexer unit syntax 2001-08-10 23:51:00 +00:00
regexpwrapper.cpp Fixes for RE bytecode + adding Context parameter for base JSObect methods 2002-01-31 01:25:26 +00:00
stlcfg.h GCC does now support the iterator. 2002-01-17 21:15:16 +00:00
strings.cpp Fix for apparent missing region compare in gcc version of basic_string. 2001-09-04 21:02:10 +00:00
strings.h Adding Date package. 2001-09-01 01:10:57 +00:00
systemtypes.h Adding Date package. 2001-09-01 01:10:57 +00:00
token.cpp Added support for named function parameters. Fixed several minor variable definition bugs. 2001-12-04 02:25:03 +00:00
token.h Added support for named function parameters. Fixed several minor variable definition bugs. 2001-12-04 02:25:03 +00:00
tracer.cpp Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
tracer.h Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
utilities.cpp Need stdlib on Linux. 2002-01-17 21:15:48 +00:00
utilities.h Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
vmtypes.cpp Fixed unused vars. Added string literal as alternative function name. 2001-02-20 21:39:59 +00:00
vmtypes.h New icodes to handle instanceof/is. Moved operator name handling to icg 2001-02-16 23:15:34 +00:00
world.cpp Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
world.h Fixes for wacky extra blank lines from cvs. Fixes for __proto__ and to 2002-01-22 19:51:22 +00:00