Disneyland bug fixes; gc bugs.

git-svn-id: svn://10.0.0.236/trunk@140701 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2003-04-04 15:47:35 +00:00
parent 1e63468e66
commit 3148ff681f
5 changed files with 70 additions and 28 deletions

View File

@@ -110,6 +110,7 @@ js2val Array_Constructor(JS2Metadata *meta, const js2val /*thisValue*/, js2val *
}
else {
meta->createDynamicProperty(arrInst, meta->engine->numberToString((int32)0), argv[0], ReadWriteAccess, false, true);
setLength(meta, arrInst, 1);
}
}
else {