Trace Parser::emptyCallShape, bug 641103. r=gal

This commit is contained in:
Brian Hackett 2011-03-11 14:49:11 -08:00
parent ea8b05778f
commit 257e8d9e66

View File

@ -351,6 +351,9 @@ Parser::trace(JSTracer *trc)
objbox = objbox->traceLink;
}
if (emptyCallShape)
emptyCallShape->trace(trc);
for (JSTreeContext *tc = this->tc; tc; tc = tc->parent)
tc->trace(trc);
}