Fixes; ECMA3 property attributes. Array index handling.

'object' --> 'Object'.


git-svn-id: svn://10.0.0.236/trunk@138345 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2003-02-24 18:07:12 +00:00
parent 48ae00321a
commit daf40fb714
9 changed files with 137 additions and 66 deletions

View File

@@ -393,7 +393,7 @@ namespace MetaData {
INIT_STRINGATOM(public),
INIT_STRINGATOM(private),
INIT_STRINGATOM(Function),
INIT_STRINGATOM(object),
INIT_STRINGATOM(Object),
Empty_StringAtom(&world.identifiers[""]),
Dollar_StringAtom(&world.identifiers["$"]),
INIT_STRINGATOM(prototype),
@@ -890,7 +890,7 @@ namespace MetaData {
JS2Object::mark(public_StringAtom);
JS2Object::mark(private_StringAtom);
JS2Object::mark(Function_StringAtom);
JS2Object::mark(object_StringAtom);
JS2Object::mark(Object_StringAtom);
JS2Object::mark(Empty_StringAtom);
JS2Object::mark(Dollar_StringAtom);
JS2Object::mark(prototype_StringAtom);