gecko-dev/js/js2
rginda%netscape.com 331f034b21 remove +x mode.
Not part of the default build.
2000-04-06 20:27:22 +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 interpreter.cpp/.h 2000-04-05 18:06:04 +00:00
winbuild *** empty log message *** 2000-03-02 03:46:10 +00:00
JSScope.h remove +x mode. 2000-04-06 20:27:22 +00:00
Makefile Added interpreter.o to build of js2. 2000-04-06 03:05:12 +00:00
cpucfg.h First Checked In. 2000-01-10 21:22:43 +00:00
gc_allocator.cpp now using gc_container<T>. 2000-04-05 02:05:12 +00:00
gc_allocator.h added a comment. 2000-04-05 01:55:14 +00:00
gc_container.h convenience container types that use the GC_allocator. 2000-04-05 02:03:03 +00:00
hash.cpp Fixed GCC incompatibilities 2000-02-19 09:26:59 +00:00
hash.h Updated for VC6 2000-02-03 08:25:01 +00:00
icodegenerator.cpp cases for SUBTRACT, MULTIPLY, DIVIDE in print(). 2000-04-06 03:02:24 +00:00
icodegenerator.h added new instructions, SUBTRACT, MULTIPLY, DIVICE, BRANCH_*, and RETURN. Changed LoadVar/SaveVar to have uint32 operand. Added optional paramter branchOp to ICodeGenerator::branchConditional() & endWhileExpression() to parametrize branch kind. Added complete(Register) to generate a RETURN instruction. 2000-04-06 02:57:42 +00:00
interpreter.cpp more arithmetic, conditional branches, return instruction. 2000-04-06 02:58:22 +00:00
interpreter.h added a ref field, changed default constructor to initialize f64. 2000-04-06 02:52:51 +00:00
js2.cpp added testInterpreter(), which computes factorial using iCode (woo hoo!) 2000-04-06 02:59:16 +00:00
numerics.cpp Updated sprintf call 2000-04-04 21:38:53 +00:00
numerics.h Updated for VC6 2000-02-03 08:25:01 +00:00
parser.cpp Fixing linux build: needed <algorithm> and stub implementations of parseMember, parseNonAssignmentExpression, paraseAssignmentExpression and parseExpression. 2000-04-04 23:58:30 +00:00
parser.h Added postfix expression parsing. Simplified Reader. 2000-04-04 21:39:59 +00:00
systemtypes.h moved declaration of lgBasicAlignment & basicAlignment inside the include guard. 2000-04-05 20:26:49 +00:00
utilities.cpp Added insertChars, removed SourcePosition, and reorganized Exception class 2000-04-04 21:42:39 +00:00
utilities.h added missing semi in win32 case 2000-04-05 18:20:02 +00:00
world.cpp Changed to match parser.h 2000-02-02 08:50:54 +00:00
world.h Updated for lexer changes 2000-04-04 21:43:28 +00:00