mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Deep abort is not detected in JSOP_IN (500108, r=dvander).
This commit is contained in:
parent
7c5590c0aa
commit
d81dccb836
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user