Bug 648647 - Eliminate JSObjectMap (r=jorendorff)

This commit is contained in:
Bill McCloskey
2011-04-08 14:21:08 -07:00
parent e142814c13
commit 11b4358e1a
17 changed files with 301 additions and 227 deletions

View File

@@ -1058,7 +1058,7 @@ JSObject::makeDenseArraySlow(JSContext *cx)
* Save old map now, before calling InitScopeForObject. We'll have to undo
* on error. This is gross, but a better way is not obvious.
*/
JSObjectMap *oldMap = map;
js::Shape *oldMap = lastProp;
/* Create a native scope. */
JSObject *arrayProto = getProto();