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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user