gecko-dev/js/js2
2000-04-30 14:56:31 +00:00
..
cplusplustests Added Visual C++ workspace 2000-03-02 02:06:40 +00:00
java Changes to get traditional functions with args. working 1999-06-15 00:57:05 +00:00
macbuild added debugger.cpp/h. 2000-04-30 14:55:51 +00:00
tools added WITHIN, WITHOUT instructions. 2000-04-29 14:10:53 +00:00
winbuild Added jstypes.cpp 2000-04-28 23:10:06 +00:00
cpucfg.h First Checked In. 2000-01-10 21:22:43 +00:00
debugger.cpp made startsWith() static, to fix no prototype warning. 2000-04-30 14:56:31 +00:00
debugger.h somewhat weak debugger console hookup. 2000-04-29 00:23:06 +00:00
dependencies regenerated dependencies 2000-04-28 05:46:22 +00:00
gc_allocator.cpp now using gc_container<T>. 2000-04-05 02:05:12 +00:00
gc_allocator.h added gc_base, which defines a more generic operator new(). 2000-04-13 04:53:56 +00:00
gc_container.h added failed gc_rebind, for future compilers to ponder. 2000-04-07 03:11:38 +00:00
hash.cpp Fixed memory leak 2000-04-10 22:20:00 +00:00
hash.h Fixed delete/delete[] mismatch 2000-04-10 22:23:17 +00:00
icodegenerator.cpp somewhat weak debugger console hookup. 2000-04-29 00:23:06 +00:00
icodegenerator.h fixed bad constructor thing. 2000-04-28 00:10:22 +00:00
interpreter.cpp Implemented WITHIN, WITHOUT instructions, removed mICode from Context since it's part of Activation. No longer deleteing mActivation, just clearing it, since Activation objects are garbage collected. 2000-04-29 14:43:36 +00:00
interpreter.h Removed setGlobalObject(), as only the interpreter should be mucking with it after initial creation. Added getWorld(), made getICode() out of line, removed mICode since it's part of Activation record. 2000-04-29 14:44:42 +00:00
js2.cpp JSNamespace -> JSScope. 2000-04-29 14:14:28 +00:00
JSScope.h Changed boilerplate, chmod -x 2000-04-08 02:29:07 +00:00
jstypes.cpp JSValue::operator==(const JSValue&) 2000-04-29 14:13:43 +00:00
jstypes.h Added JSScope::getParent(). 2000-04-29 14:39:50 +00:00
Makefile somewhat weak debugger console hookup. 2000-04-29 00:23:06 +00:00
numerics.cpp Implemented Formatters for output 2000-04-06 23:47:33 +00:00
numerics.h Implemented Formatters for output 2000-04-06 23:47:33 +00:00
parser.cpp quieting linux warnings 2000-04-24 18:41:05 +00:00
parser.h Implemented Formatters for output and added parseMember 2000-04-06 23:45:58 +00:00
systemtypes.h moved declaration of lgBasicAlignment & basicAlignment inside the include guard. 2000-04-05 20:26:49 +00:00
utilities.cpp quieting linux warnings 2000-04-24 18:41:05 +00:00
utilities.h added js::VM, ICG, JSTypes, and Interpreter namespaces; messed around with lots of code. 2000-04-18 00:17:34 +00:00
vmtypes.cpp const ArgList& makes gcc happy. 2000-04-28 13:25:57 +00:00
vmtypes.h added WITHIN, WITHOUT instructions. 2000-04-29 14:10:53 +00:00
world.cpp Changed to match parser.h 2000-02-02 08:50:54 +00:00
world.h added js::VM, ICG, JSTypes, and Interpreter namespaces; messed around with lots of code. 2000-04-18 00:17:34 +00:00