[JAEGER] Merge from tracemonkey. Note that we will currently fail one trace test that was recently added. There is a bug in that test that will be fixed posthaste.

This commit is contained in:
David Mandelin
2010-08-17 15:32:40 -07:00
104 changed files with 3325 additions and 1008 deletions

View File

@@ -231,7 +231,7 @@ js_GetLengthProperty(JSContext *cx, JSObject *obj, jsuint *lengthp)
}
if (obj->isArguments() && !obj->isArgsLengthOverridden()) {
*lengthp = obj->getArgsLength();
*lengthp = obj->getArgsInitialLength();
return true;
}