String & Array class fixes.

git-svn-id: svn://10.0.0.236/trunk@139210 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2003-03-10 20:00:20 +00:00
parent 8c24b4fbd7
commit 4fb72211d2
5 changed files with 35 additions and 18 deletions

View File

@@ -394,8 +394,8 @@ namespace MetaData {
INIT_STRINGATOM(Function),
INIT_STRINGATOM(Object),
INIT_STRINGATOM(object),
Empty_StringAtom(&world.identifiers[""]),
Dollar_StringAtom(&world.identifiers["$"]),
Empty_StringAtom(allocStringPtr(&world.identifiers[""])),
Dollar_StringAtom(allocStringPtr(&world.identifiers["$"])),
INIT_STRINGATOM(prototype),
INIT_STRINGATOM(length),
INIT_STRINGATOM(toString),