gecko-dev/js2/src
waldemar%netscape.com 2d0491abf8 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
..
macbuild
winbuild Tentative fix for build releated issues. 2001-03-27 22:06:21 +00:00
JSILGenerator.cpp Adding JSILGenerator code 2001-03-26 22:37:50 +00:00
JSILGenerator.h Adding JSILGenerator code 2001-03-26 22:37:50 +00:00
Makefile.am
algo.h
cpucfg.h
debugger.cpp
debugger.h
ds.h
exception.cpp
exception.h
exception_msgs.cpp
formatter.cpp 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
formatter.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
gc_allocator.cpp
gc_allocator.h
gc_container.h
hash.cpp
hash.h
ica_exception.cpp
ica_exception.h
ica_test.cpp New icodes to handle instanceof/is. Moved operator name handling to icg 2001-02-16 23:15:34 +00:00
icode.h New icodes to handle instanceof/is. Moved operator name handling to icg 2001-02-16 23:15:34 +00:00
icode_emitter.cpp 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
icodeasm.cpp New icodes to handle instanceof/is. Moved operator name handling to icg 2001-02-16 23:15:34 +00:00
icodeasm.h
icodegenerator.cpp New icodes to handle instanceof/is. Moved operator name handling to icg 2001-02-16 23:15:34 +00:00
icodegenerator.h New icodes to handle instanceof/is. Moved operator name handling to icg 2001-02-16 23:15:34 +00:00
icodemap.h New icodes to handle instanceof/is. Moved operator name handling to icg 2001-02-16 23:15:34 +00:00
interpreter.cpp 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
interpreter.h Added toBoolean handling. Fixed toString & toPrimitive to match spec. 2001-02-23 00:18:46 +00:00
jsclasses.h New icodes to handle instanceof/is. Moved operator name handling to icg 2001-02-16 23:15:34 +00:00
jsmath.cpp
jsmath.h
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
kitchensink.cpp
kitchensink.h
lexer.cpp 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
lexer.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
lexutils.cpp
lexutils.h
mem.cpp
mem.h
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
numerics.h
parser.cpp 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
parser.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
reader.cpp 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
reader.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
stlcfg.h
strings.cpp
strings.h
systemtypes.h
token.cpp 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
token.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
utilities.cpp 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
utilities.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
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
world.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
xmlparser.cpp
xmlparser.h