Deep abort is not detected in JSOP_IN (500108, r=dvander).

This commit is contained in:
Andreas Gal 2009-06-26 16:29:38 -07:00
parent 7c5590c0aa
commit d81dccb836

View File

@ -10615,6 +10615,8 @@ TraceRecorder::record_JSOP_IN()
bool cond = prop != NULL;
if (prop)
OBJ_DROP_PROPERTY(cx, obj2, prop);
if (wasDeepAborted())
ABORT_TRACE("deep abort from property lookup");
/* The interpreter fuses comparisons and the following branch,
so we have to do that here as well. */